Shades of Citrus #89B008
Tints of Citrus #89B008
RGB
CMYK
RGB Variations
Color information
#89B008 (or 0x89B008) is known color: Citrus. HEX triplet: 89, B0 and 08. RGB value is (137,176,8). Sum of RGB (Red+Green+Blue) = 137+176+8=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #89B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89B008 is #764FF7. Grayscale: #919191. Windows color (decimal): -7753720 or 569481. OLE color: 569481.
HSL color Cylindrical-coordinate representation of color #89B008: hue angle of 73.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89B008 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 8 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.31 |
| HSL | 73.93º | 0.91% | 0.36% | - |
| HSV(B) | 73.93º | 0.95% | 0.69% | - |
| XYZ | 25.89 | 36.39 | 5.89 | - |
| YUV | 145.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 8 | 0.22 | 0 | 0.95 | 0.31 | 73.93 | 0.91 | 0.36 |
| Hex | 89 | B0 | 8 | 16 | 0 | 5F | 1F | 4A | 5B | 24 |
| Octal | 211 | 260 | 10 | 26 | 0 | 137 | 37 | 112 | 133 | 44 |
| Binary | 10001001 | 10110000 | 1000 | 10110 | 0 | 1011111 | 11111 | 1001010 | 1011011 | 100100 |
Color Harmonies of #89B008
Complementary color
Monochromatic Colors of #89B008
Black with #89B008
Text Example
Text Example
White with #89B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B008; }
p { color: rgb(137,176,8); }
H1.HeaderClassName
{
color: #89B008;
}
.AnyTagClassName
{
color: #89B008;
}
</style>
background-color css
<style>
a { background-color: #89B008; }
a { background-color: rgb(137,176,8); }
div.DivClassName
{
background-color: #89B008;
}
.BgClassName
{
background-color: #89B008;
}
</style>
border-color css
<style>
span { border-color: #89B008; }
span { border-color: rgb(137,176,8); }
td.TdClassName
{
border-color: #89B008;
}
.TagClassName
{
border-color: #89B008;
}
</style>