Shades of Citrus #89AA02
Tints of Citrus #89AA02
RGB
CMYK
RGB Variations
Color information
#89AA02 (or 0x89AA02) is known color: Citrus. HEX triplet: 89, AA and 02. RGB value is (137,170,2). Sum of RGB (Red+Green+Blue) = 137+170+2=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AA02 is #7655FD. Grayscale: #8D8D8D. Windows color (decimal): -7755262 or 174729. OLE color: 174729.
HSL color Cylindrical-coordinate representation of color #89AA02: hue angle of 71.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89AA02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.33 |
| HSL | 71.79º | 0.98% | 0.34% | - |
| HSV(B) | 71.79º | 0.99% | 0.67% | - |
| XYZ | 24.7 | 34.07 | 5.33 | - |
| YUV | 140.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 2 | 0.19 | 0 | 0.99 | 0.33 | 71.79 | 0.98 | 0.34 |
| Hex | 89 | AA | 2 | 13 | 0 | 63 | 21 | 48 | 62 | 22 |
| Octal | 211 | 252 | 2 | 23 | 0 | 143 | 41 | 110 | 142 | 42 |
| Binary | 10001001 | 10101010 | 10 | 10011 | 0 | 1100011 | 100001 | 1001000 | 1100010 | 100010 |
Color Harmonies of #89AA02
Complementary color
Monochromatic Colors of #89AA02
Black with #89AA02
Text Example
Text Example
White with #89AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA02; }
p { color: rgb(137,170,2); }
H1.HeaderClassName
{
color: #89AA02;
}
.AnyTagClassName
{
color: #89AA02;
}
</style>
background-color css
<style>
a { background-color: #89AA02; }
a { background-color: rgb(137,170,2); }
div.DivClassName
{
background-color: #89AA02;
}
.BgClassName
{
background-color: #89AA02;
}
</style>
border-color css
<style>
span { border-color: #89AA02; }
span { border-color: rgb(137,170,2); }
td.TdClassName
{
border-color: #89AA02;
}
.TagClassName
{
border-color: #89AA02;
}
</style>