Shades of Citrus #89A405
Tints of Citrus #89A405
RGB
CMYK
RGB Variations
Color information
#89A405 (or 0x89A405) is known color: Citrus. HEX triplet: 89, A4 and 05. RGB value is (137,164,5). Sum of RGB (Red+Green+Blue) = 137+164+5=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #89A405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A405 is #765BFA. Grayscale: #8A8A8A. Windows color (decimal): -7756795 or 369801. OLE color: 369801.
HSL color Cylindrical-coordinate representation of color #89A405: hue angle of 70.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89A405 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.36 |
| HSL | 70.19º | 0.94% | 0.33% | - |
| HSV(B) | 70.19º | 0.97% | 0.64% | - |
| XYZ | 23.62 | 31.88 | 5.05 | - |
| YUV | 137.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 5 | 0.16 | 0 | 0.97 | 0.36 | 70.19 | 0.94 | 0.33 |
| Hex | 89 | A4 | 5 | 10 | 0 | 61 | 24 | 46 | 5E | 21 |
| Octal | 211 | 244 | 5 | 20 | 0 | 141 | 44 | 106 | 136 | 41 |
| Binary | 10001001 | 10100100 | 101 | 10000 | 0 | 1100001 | 100100 | 1000110 | 1011110 | 100001 |
Color Harmonies of #89A405
Complementary color
Monochromatic Colors of #89A405
Black with #89A405
Text Example
Text Example
White with #89A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A405; }
p { color: rgb(137,164,5); }
H1.HeaderClassName
{
color: #89A405;
}
.AnyTagClassName
{
color: #89A405;
}
</style>
background-color css
<style>
a { background-color: #89A405; }
a { background-color: rgb(137,164,5); }
div.DivClassName
{
background-color: #89A405;
}
.BgClassName
{
background-color: #89A405;
}
</style>
border-color css
<style>
span { border-color: #89A405; }
span { border-color: rgb(137,164,5); }
td.TdClassName
{
border-color: #89A405;
}
.TagClassName
{
border-color: #89A405;
}
</style>