Shades of Citron #859C12
Tints of Citron #859C12
RGB
CMYK
RGB Variations
Color information
#859C12 (or 0x859C12) is known color: Citron. HEX triplet: 85, 9C and 12. RGB value is (133,156,18). Sum of RGB (Red+Green+Blue) = 133+156+18=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #859C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859C12 is #7A63ED. Grayscale: #858585. Windows color (decimal): -8020974 or 1219717. OLE color: 1219717.
HSL color Cylindrical-coordinate representation of color #859C12: hue angle of 70º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #859C12 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 18 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.39 |
| HSL | 70º | 0.79% | 0.34% | - |
| HSV(B) | 70º | 0.88% | 0.61% | - |
| XYZ | 21.67 | 28.81 | 4.99 | - |
| YUV | 133.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 18 | 0.15 | 0 | 0.88 | 0.39 | 70 | 0.79 | 0.34 |
| Hex | 85 | 9C | 12 | F | 0 | 58 | 27 | 46 | 4F | 22 |
| Octal | 205 | 234 | 22 | 17 | 0 | 130 | 47 | 106 | 117 | 42 |
| Binary | 10000101 | 10011100 | 10010 | 1111 | 0 | 1011000 | 100111 | 1000110 | 1001111 | 100010 |
Color Harmonies of #859C12
Complementary color
Monochromatic Colors of #859C12
Black with #859C12
Text Example
Text Example
White with #859C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C12; }
p { color: rgb(133,156,18); }
H1.HeaderClassName
{
color: #859C12;
}
.AnyTagClassName
{
color: #859C12;
}
</style>
background-color css
<style>
a { background-color: #859C12; }
a { background-color: rgb(133,156,18); }
div.DivClassName
{
background-color: #859C12;
}
.BgClassName
{
background-color: #859C12;
}
</style>
border-color css
<style>
span { border-color: #859C12; }
span { border-color: rgb(133,156,18); }
td.TdClassName
{
border-color: #859C12;
}
.TagClassName
{
border-color: #859C12;
}
</style>