Shades of Citrus #89CA0B
Tints of Citrus #89CA0B
RGB
CMYK
RGB Variations
Color information
#89CA0B (or 0x89CA0B) is known color: Citrus. HEX triplet: 89, CA and 0B. RGB value is (137,202,11). Sum of RGB (Red+Green+Blue) = 137+202+11=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89CA0B is #7635F4. Grayscale: #A1A1A1. Windows color (decimal): -7747061 or 772745. OLE color: 772745.
HSL color Cylindrical-coordinate representation of color #89CA0B: hue angle of 80.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89CA0B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 11 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.21 |
| HSL | 80.42º | 0.9% | 0.42% | - |
| HSV(B) | 80.42º | 0.95% | 0.79% | - |
| XYZ | 31.5 | 47.58 | 7.84 | - |
| YUV | 160.79 | 43.47 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 11 | 0.32 | 0 | 0.95 | 0.21 | 80.42 | 0.9 | 0.42 |
| Hex | 89 | CA | B | 20 | 0 | 5F | 15 | 50 | 5A | 2A |
| Octal | 211 | 312 | 13 | 40 | 0 | 137 | 25 | 120 | 132 | 52 |
| Binary | 10001001 | 11001010 | 1011 | 100000 | 0 | 1011111 | 10101 | 1010000 | 1011010 | 101010 |
Color Harmonies of #89CA0B
Complementary color
Monochromatic Colors of #89CA0B
Black with #89CA0B
Text Example
Text Example
White with #89CA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CA0B; }
p { color: rgb(137,202,11); }
H1.HeaderClassName
{
color: #89CA0B;
}
.AnyTagClassName
{
color: #89CA0B;
}
</style>
background-color css
<style>
a { background-color: #89CA0B; }
a { background-color: rgb(137,202,11); }
div.DivClassName
{
background-color: #89CA0B;
}
.BgClassName
{
background-color: #89CA0B;
}
</style>
border-color css
<style>
span { border-color: #89CA0B; }
span { border-color: rgb(137,202,11); }
td.TdClassName
{
border-color: #89CA0B;
}
.TagClassName
{
border-color: #89CA0B;
}
</style>