Shades of Citrus #89C009
Tints of Citrus #89C009
RGB
CMYK
RGB Variations
Color information
#89C009 (or 0x89C009) is known color: Citrus. HEX triplet: 89, C0 and 09. RGB value is (137,192,9). Sum of RGB (Red+Green+Blue) = 137+192+9=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #89C009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C009 is #763FF6. Grayscale: #9B9B9B. Windows color (decimal): -7749623 or 639113. OLE color: 639113.
HSL color Cylindrical-coordinate representation of color #89C009: hue angle of 78.03º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89C009 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.25 |
| HSL | 78.03º | 0.91% | 0.39% | - |
| HSV(B) | 78.03º | 0.95% | 0.75% | - |
| XYZ | 29.22 | 43.04 | 7.03 | - |
| YUV | 154.69 | 45.78 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 9 | 0.29 | 0 | 0.95 | 0.25 | 78.03 | 0.91 | 0.39 |
| Hex | 89 | C0 | 9 | 1D | 0 | 5F | 19 | 4E | 5B | 27 |
| Octal | 211 | 300 | 11 | 35 | 0 | 137 | 31 | 116 | 133 | 47 |
| Binary | 10001001 | 11000000 | 1001 | 11101 | 0 | 1011111 | 11001 | 1001110 | 1011011 | 100111 |
Color Harmonies of #89C009
Complementary color
Monochromatic Colors of #89C009
Black with #89C009
Text Example
Text Example
White with #89C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C009; }
p { color: rgb(137,192,9); }
H1.HeaderClassName
{
color: #89C009;
}
.AnyTagClassName
{
color: #89C009;
}
</style>
background-color css
<style>
a { background-color: #89C009; }
a { background-color: rgb(137,192,9); }
div.DivClassName
{
background-color: #89C009;
}
.BgClassName
{
background-color: #89C009;
}
</style>
border-color css
<style>
span { border-color: #89C009; }
span { border-color: rgb(137,192,9); }
td.TdClassName
{
border-color: #89C009;
}
.TagClassName
{
border-color: #89C009;
}
</style>