BioShock
#889900
Here's everything about the color BioShock (#889900) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #889900 | |
|---|---|---|
| RGB | rgb(136, 153, 0) | |
| HSL | hsl(67, 100%, 30%) | |
| CMYK | cmyk(11%, 0%, 100%, 40%) | |
| LAB | lab(60, -18, 62) | |
| OKLCH | oklch(0.65 0.15 117) |
Color harmonies
Tints & shades
Code snippets
color: #889900;
background-color: #889900;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF889900)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.60, blue: 0.00, alpha: 1.0)