Shades of Citrus #89A705
Tints of Citrus #89A705
RGB
CMYK
RGB Variations
Color information
#89A705 (or 0x89A705) is known color: Citrus. HEX triplet: 89, A7 and 05. RGB value is (137,167,5). Sum of RGB (Red+Green+Blue) = 137+167+5=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #89A705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A705 is #7658FA. Grayscale: #8C8C8C. Windows color (decimal): -7756027 or 370569. OLE color: 370569.
HSL color Cylindrical-coordinate representation of color #89A705: hue angle of 71.11º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89A705 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 167 | 5 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.35 |
| HSL | 71.11º | 0.94% | 0.34% | - |
| HSV(B) | 71.11º | 0.97% | 0.65% | - |
| XYZ | 24.16 | 32.97 | 5.23 | - |
| YUV | 139.56 | 52.06 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 167 | 5 | 0.18 | 0 | 0.97 | 0.35 | 71.11 | 0.94 | 0.34 |
| Hex | 89 | A7 | 5 | 12 | 0 | 61 | 23 | 47 | 5E | 22 |
| Octal | 211 | 247 | 5 | 22 | 0 | 141 | 43 | 107 | 136 | 42 |
| Binary | 10001001 | 10100111 | 101 | 10010 | 0 | 1100001 | 100011 | 1000111 | 1011110 | 100010 |
Color Harmonies of #89A705
Complementary color
Monochromatic Colors of #89A705
Black with #89A705
Text Example
Text Example
White with #89A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A705; }
p { color: rgb(137,167,5); }
H1.HeaderClassName
{
color: #89A705;
}
.AnyTagClassName
{
color: #89A705;
}
</style>
background-color css
<style>
a { background-color: #89A705; }
a { background-color: rgb(137,167,5); }
div.DivClassName
{
background-color: #89A705;
}
.BgClassName
{
background-color: #89A705;
}
</style>
border-color css
<style>
span { border-color: #89A705; }
span { border-color: rgb(137,167,5); }
td.TdClassName
{
border-color: #89A705;
}
.TagClassName
{
border-color: #89A705;
}
</style>