Shades of Citrus #89C00A
Tints of Citrus #89C00A
RGB
CMYK
RGB Variations
Color information
#89C00A (or 0x89C00A) is known color: Citrus. HEX triplet: 89, C0 and 0A. RGB value is (137,192,10). Sum of RGB (Red+Green+Blue) = 137+192+10=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #89C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C00A is #763FF5. Grayscale: #9B9B9B. Windows color (decimal): -7749622 or 704649. OLE color: 704649.
HSL color Cylindrical-coordinate representation of color #89C00A: hue angle of 78.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89C00A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 10 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.25 |
| HSL | 78.13º | 0.9% | 0.4% | - |
| HSV(B) | 78.13º | 0.95% | 0.75% | - |
| XYZ | 29.22 | 43.04 | 7.05 | - |
| YUV | 154.81 | 46.28 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 10 | 0.29 | 0 | 0.95 | 0.25 | 78.13 | 0.9 | 0.4 |
| Hex | 89 | C0 | A | 1D | 0 | 5F | 19 | 4E | 5A | 28 |
| Octal | 211 | 300 | 12 | 35 | 0 | 137 | 31 | 116 | 132 | 50 |
| Binary | 10001001 | 11000000 | 1010 | 11101 | 0 | 1011111 | 11001 | 1001110 | 1011010 | 101000 |
Color Harmonies of #89C00A
Complementary color
Monochromatic Colors of #89C00A
Black with #89C00A
Text Example
Text Example
White with #89C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C00A; }
p { color: rgb(137,192,10); }
H1.HeaderClassName
{
color: #89C00A;
}
.AnyTagClassName
{
color: #89C00A;
}
</style>
background-color css
<style>
a { background-color: #89C00A; }
a { background-color: rgb(137,192,10); }
div.DivClassName
{
background-color: #89C00A;
}
.BgClassName
{
background-color: #89C00A;
}
</style>
border-color css
<style>
span { border-color: #89C00A; }
span { border-color: rgb(137,192,10); }
td.TdClassName
{
border-color: #89C00A;
}
.TagClassName
{
border-color: #89C00A;
}
</style>