Shades of Citrus #89AA09
Tints of Citrus #89AA09
RGB
CMYK
RGB Variations
Color information
#89AA09 (or 0x89AA09) is known color: Citrus. HEX triplet: 89, AA and 09. RGB value is (137,170,9). Sum of RGB (Red+Green+Blue) = 137+170+9=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AA09 is #7655F6. Grayscale: #8E8E8E. Windows color (decimal): -7755255 or 633481. OLE color: 633481.
HSL color Cylindrical-coordinate representation of color #89AA09: hue angle of 72.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89AA09 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 9 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.33 |
| HSL | 72.3º | 0.9% | 0.35% | - |
| HSV(B) | 72.3º | 0.95% | 0.67% | - |
| XYZ | 24.74 | 34.09 | 5.53 | - |
| YUV | 141.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 9 | 0.19 | 0 | 0.95 | 0.33 | 72.3 | 0.9 | 0.35 |
| Hex | 89 | AA | 9 | 13 | 0 | 5F | 21 | 48 | 5A | 23 |
| Octal | 211 | 252 | 11 | 23 | 0 | 137 | 41 | 110 | 132 | 43 |
| Binary | 10001001 | 10101010 | 1001 | 10011 | 0 | 1011111 | 100001 | 1001000 | 1011010 | 100011 |
Color Harmonies of #89AA09
Complementary color
Monochromatic Colors of #89AA09
Black with #89AA09
Text Example
Text Example
White with #89AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA09; }
p { color: rgb(137,170,9); }
H1.HeaderClassName
{
color: #89AA09;
}
.AnyTagClassName
{
color: #89AA09;
}
</style>
background-color css
<style>
a { background-color: #89AA09; }
a { background-color: rgb(137,170,9); }
div.DivClassName
{
background-color: #89AA09;
}
.BgClassName
{
background-color: #89AA09;
}
</style>
border-color css
<style>
span { border-color: #89AA09; }
span { border-color: rgb(137,170,9); }
td.TdClassName
{
border-color: #89AA09;
}
.TagClassName
{
border-color: #89AA09;
}
</style>