Shades of Citron #859C14
Tints of Citron #859C14
RGB
CMYK
RGB Variations
Color information
#859C14 (or 0x859C14) is known color: Citron. HEX triplet: 85, 9C and 14. RGB value is (133,156,20). Sum of RGB (Red+Green+Blue) = 133+156+20=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #859C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859C14 is #7A63EB. Grayscale: #868686. Windows color (decimal): -8020972 or 1350789. OLE color: 1350789.
HSL color Cylindrical-coordinate representation of color #859C14: hue angle of 70.15º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #859C14 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 20 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.39 |
| HSL | 70.15º | 0.77% | 0.35% | - |
| HSV(B) | 70.15º | 0.87% | 0.61% | - |
| XYZ | 21.69 | 28.81 | 5.08 | - |
| YUV | 133.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 20 | 0.15 | 0 | 0.87 | 0.39 | 70.15 | 0.77 | 0.35 |
| Hex | 85 | 9C | 14 | F | 0 | 57 | 27 | 46 | 4D | 23 |
| Octal | 205 | 234 | 24 | 17 | 0 | 127 | 47 | 106 | 115 | 43 |
| Binary | 10000101 | 10011100 | 10100 | 1111 | 0 | 1010111 | 100111 | 1000110 | 1001101 | 100011 |
Color Harmonies of #859C14
Complementary color
Monochromatic Colors of #859C14
Black with #859C14
Text Example
Text Example
White with #859C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C14; }
p { color: rgb(133,156,20); }
H1.HeaderClassName
{
color: #859C14;
}
.AnyTagClassName
{
color: #859C14;
}
</style>
background-color css
<style>
a { background-color: #859C14; }
a { background-color: rgb(133,156,20); }
div.DivClassName
{
background-color: #859C14;
}
.BgClassName
{
background-color: #859C14;
}
</style>
border-color css
<style>
span { border-color: #859C14; }
span { border-color: rgb(133,156,20); }
td.TdClassName
{
border-color: #859C14;
}
.TagClassName
{
border-color: #859C14;
}
</style>