Shades of Citrus #89B204
Tints of Citrus #89B204
RGB
CMYK
RGB Variations
Color information
#89B204 (or 0x89B204) is known color: Citrus. HEX triplet: 89, B2 and 04. RGB value is (137,178,4). Sum of RGB (Red+Green+Blue) = 137+178+4=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #89B204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89B204 is #764DFB. Grayscale: #929292. Windows color (decimal): -7753212 or 307849. OLE color: 307849.
HSL color Cylindrical-coordinate representation of color #89B204: hue angle of 74.14º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89B204 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.30 |
| HSL | 74.14º | 0.96% | 0.36% | - |
| HSV(B) | 74.14º | 0.98% | 0.7% | - |
| XYZ | 26.26 | 37.17 | 5.91 | - |
| YUV | 145.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 4 | 0.23 | 0 | 0.98 | 0.30 | 74.14 | 0.96 | 0.36 |
| Hex | 89 | B2 | 4 | 17 | 0 | 62 | 1E | 4A | 60 | 24 |
| Octal | 211 | 262 | 4 | 27 | 0 | 142 | 36 | 112 | 140 | 44 |
| Binary | 10001001 | 10110010 | 100 | 10111 | 0 | 1100010 | 11110 | 1001010 | 1100000 | 100100 |
Color Harmonies of #89B204
Complementary color
Monochromatic Colors of #89B204
Black with #89B204
Text Example
Text Example
White with #89B204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B204; }
p { color: rgb(137,178,4); }
H1.HeaderClassName
{
color: #89B204;
}
.AnyTagClassName
{
color: #89B204;
}
</style>
background-color css
<style>
a { background-color: #89B204; }
a { background-color: rgb(137,178,4); }
div.DivClassName
{
background-color: #89B204;
}
.BgClassName
{
background-color: #89B204;
}
</style>
border-color css
<style>
span { border-color: #89B204; }
span { border-color: rgb(137,178,4); }
td.TdClassName
{
border-color: #89B204;
}
.TagClassName
{
border-color: #89B204;
}
</style>