Shades of Citrus #89A805
Tints of Citrus #89A805
RGB
CMYK
RGB Variations
Color information
#89A805 (or 0x89A805) is known color: Citrus. HEX triplet: 89, A8 and 05. RGB value is (137,168,5). Sum of RGB (Red+Green+Blue) = 137+168+5=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #89A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A805 is #7657FA. Grayscale: #8C8C8C. Windows color (decimal): -7755771 or 370825. OLE color: 370825.
HSL color Cylindrical-coordinate representation of color #89A805: hue angle of 71.41º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89A805 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 168 | 5 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.34 |
| HSL | 71.41º | 0.94% | 0.34% | - |
| HSV(B) | 71.41º | 0.97% | 0.66% | - |
| XYZ | 24.35 | 33.33 | 5.29 | - |
| YUV | 140.15 | 51.73 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 5 | 0.18 | 0 | 0.97 | 0.34 | 71.41 | 0.94 | 0.34 |
| Hex | 89 | A8 | 5 | 12 | 0 | 61 | 22 | 47 | 5E | 22 |
| Octal | 211 | 250 | 5 | 22 | 0 | 141 | 42 | 107 | 136 | 42 |
| Binary | 10001001 | 10101000 | 101 | 10010 | 0 | 1100001 | 100010 | 1000111 | 1011110 | 100010 |
Color Harmonies of #89A805
Complementary color
Monochromatic Colors of #89A805
Black with #89A805
Text Example
Text Example
White with #89A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A805; }
p { color: rgb(137,168,5); }
H1.HeaderClassName
{
color: #89A805;
}
.AnyTagClassName
{
color: #89A805;
}
</style>
background-color css
<style>
a { background-color: #89A805; }
a { background-color: rgb(137,168,5); }
div.DivClassName
{
background-color: #89A805;
}
.BgClassName
{
background-color: #89A805;
}
</style>
border-color css
<style>
span { border-color: #89A805; }
span { border-color: rgb(137,168,5); }
td.TdClassName
{
border-color: #89A805;
}
.TagClassName
{
border-color: #89A805;
}
</style>