Shades of Citron #859C0E
Tints of Citron #859C0E
RGB
CMYK
RGB Variations
Color information
#859C0E (or 0x859C0E) is known color: Citron. HEX triplet: 85, 9C and 0E. RGB value is (133,156,14). Sum of RGB (Red+Green+Blue) = 133+156+14=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #859C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859C0E is #7A63F1. Grayscale: #858585. Windows color (decimal): -8020978 or 957573. OLE color: 957573.
HSL color Cylindrical-coordinate representation of color #859C0E: hue angle of 69.72º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #859C0E is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 14 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.39 |
| HSL | 69.72º | 0.84% | 0.33% | - |
| HSV(B) | 69.72º | 0.91% | 0.61% | - |
| XYZ | 21.64 | 28.8 | 4.83 | - |
| YUV | 132.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 14 | 0.15 | 0 | 0.91 | 0.39 | 69.72 | 0.84 | 0.33 |
| Hex | 85 | 9C | E | F | 0 | 5B | 27 | 46 | 54 | 21 |
| Octal | 205 | 234 | 16 | 17 | 0 | 133 | 47 | 106 | 124 | 41 |
| Binary | 10000101 | 10011100 | 1110 | 1111 | 0 | 1011011 | 100111 | 1000110 | 1010100 | 100001 |
Color Harmonies of #859C0E
Complementary color
Monochromatic Colors of #859C0E
Black with #859C0E
Text Example
Text Example
White with #859C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C0E; }
p { color: rgb(133,156,14); }
H1.HeaderClassName
{
color: #859C0E;
}
.AnyTagClassName
{
color: #859C0E;
}
</style>
background-color css
<style>
a { background-color: #859C0E; }
a { background-color: rgb(133,156,14); }
div.DivClassName
{
background-color: #859C0E;
}
.BgClassName
{
background-color: #859C0E;
}
</style>
border-color css
<style>
span { border-color: #859C0E; }
span { border-color: rgb(133,156,14); }
td.TdClassName
{
border-color: #859C0E;
}
.TagClassName
{
border-color: #859C0E;
}
</style>