Shades of Citrus #89C612
Tints of Citrus #89C612
RGB
CMYK
RGB Variations
Color information
#89C612 (or 0x89C612) is known color: Citrus. HEX triplet: 89, C6 and 12. RGB value is (137,198,18). Sum of RGB (Red+Green+Blue) = 137+198+18=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #89C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C612 is #7639ED. Grayscale: #9F9F9F. Windows color (decimal): -7748078 or 1230473. OLE color: 1230473.
HSL color Cylindrical-coordinate representation of color #89C612: hue angle of 80.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89C612 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 198 | 18 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.22 |
| HSL | 80.33º | 0.83% | 0.42% | - |
| HSV(B) | 80.33º | 0.91% | 0.78% | - |
| XYZ | 30.62 | 45.75 | 7.79 | - |
| YUV | 159.24 | 48.29 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 198 | 18 | 0.31 | 0 | 0.91 | 0.22 | 80.33 | 0.83 | 0.42 |
| Hex | 89 | C6 | 12 | 1F | 0 | 5B | 16 | 50 | 53 | 2A |
| Octal | 211 | 306 | 22 | 37 | 0 | 133 | 26 | 120 | 123 | 52 |
| Binary | 10001001 | 11000110 | 10010 | 11111 | 0 | 1011011 | 10110 | 1010000 | 1010011 | 101010 |
Color Harmonies of #89C612
Complementary color
Monochromatic Colors of #89C612
Black with #89C612
Text Example
Text Example
White with #89C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C612; }
p { color: rgb(137,198,18); }
H1.HeaderClassName
{
color: #89C612;
}
.AnyTagClassName
{
color: #89C612;
}
</style>
background-color css
<style>
a { background-color: #89C612; }
a { background-color: rgb(137,198,18); }
div.DivClassName
{
background-color: #89C612;
}
.BgClassName
{
background-color: #89C612;
}
</style>
border-color css
<style>
span { border-color: #89C612; }
span { border-color: rgb(137,198,18); }
td.TdClassName
{
border-color: #89C612;
}
.TagClassName
{
border-color: #89C612;
}
</style>