Shades of Citrus #89C10C
Tints of Citrus #89C10C
RGB
CMYK
RGB Variations
Color information
#89C10C (or 0x89C10C) is known color: Citrus. HEX triplet: 89, C1 and 0C. RGB value is (137,193,12). Sum of RGB (Red+Green+Blue) = 137+193+12=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #89C10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C10C is #763EF3. Grayscale: #9C9C9C. Windows color (decimal): -7749364 or 835977. OLE color: 835977.
HSL color Cylindrical-coordinate representation of color #89C10C: hue angle of 78.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89C10C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 12 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.24 |
| HSL | 78.56º | 0.88% | 0.4% | - |
| HSV(B) | 78.56º | 0.94% | 0.76% | - |
| XYZ | 29.45 | 43.48 | 7.19 | - |
| YUV | 155.62 | 46.95 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 12 | 0.29 | 0 | 0.94 | 0.24 | 78.56 | 0.88 | 0.4 |
| Hex | 89 | C1 | C | 1D | 0 | 5E | 18 | 4F | 58 | 28 |
| Octal | 211 | 301 | 14 | 35 | 0 | 136 | 30 | 117 | 130 | 50 |
| Binary | 10001001 | 11000001 | 1100 | 11101 | 0 | 1011110 | 11000 | 1001111 | 1011000 | 101000 |
Color Harmonies of #89C10C
Complementary color
Monochromatic Colors of #89C10C
Black with #89C10C
Text Example
Text Example
White with #89C10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C10C; }
p { color: rgb(137,193,12); }
H1.HeaderClassName
{
color: #89C10C;
}
.AnyTagClassName
{
color: #89C10C;
}
</style>
background-color css
<style>
a { background-color: #89C10C; }
a { background-color: rgb(137,193,12); }
div.DivClassName
{
background-color: #89C10C;
}
.BgClassName
{
background-color: #89C10C;
}
</style>
border-color css
<style>
span { border-color: #89C10C; }
span { border-color: rgb(137,193,12); }
td.TdClassName
{
border-color: #89C10C;
}
.TagClassName
{
border-color: #89C10C;
}
</style>