Shades of Citrus #89A608
Tints of Citrus #89A608
RGB
CMYK
RGB Variations
Color information
#89A608 (or 0x89A608) is known color: Citrus. HEX triplet: 89, A6 and 08. RGB value is (137,166,8). Sum of RGB (Red+Green+Blue) = 137+166+8=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #89A608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A608 is #7659F7. Grayscale: #8B8B8B. Windows color (decimal): -7756280 or 566921. OLE color: 566921.
HSL color Cylindrical-coordinate representation of color #89A608: hue angle of 71.01º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89A608 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 166 | 8 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.35 |
| HSL | 71.01º | 0.91% | 0.34% | - |
| HSV(B) | 71.01º | 0.95% | 0.65% | - |
| XYZ | 24 | 32.61 | 5.26 | - |
| YUV | 139.32 | 53.89 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 8 | 0.17 | 0 | 0.95 | 0.35 | 71.01 | 0.91 | 0.34 |
| Hex | 89 | A6 | 8 | 11 | 0 | 5F | 23 | 47 | 5B | 22 |
| Octal | 211 | 246 | 10 | 21 | 0 | 137 | 43 | 107 | 133 | 42 |
| Binary | 10001001 | 10100110 | 1000 | 10001 | 0 | 1011111 | 100011 | 1000111 | 1011011 | 100010 |
Color Harmonies of #89A608
Complementary color
Monochromatic Colors of #89A608
Black with #89A608
Text Example
Text Example
White with #89A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A608; }
p { color: rgb(137,166,8); }
H1.HeaderClassName
{
color: #89A608;
}
.AnyTagClassName
{
color: #89A608;
}
</style>
background-color css
<style>
a { background-color: #89A608; }
a { background-color: rgb(137,166,8); }
div.DivClassName
{
background-color: #89A608;
}
.BgClassName
{
background-color: #89A608;
}
</style>
border-color css
<style>
span { border-color: #89A608; }
span { border-color: rgb(137,166,8); }
td.TdClassName
{
border-color: #89A608;
}
.TagClassName
{
border-color: #89A608;
}
</style>