Shades of Citron #858E14
Tints of Citron #858E14
RGB
CMYK
RGB Variations
Color information
#858E14 (or 0x858E14) is known color: Citron. HEX triplet: 85, 8E and 14. RGB value is (133,142,20). Sum of RGB (Red+Green+Blue) = 133+142+20=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #858E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E14 is #7A71EB. Grayscale: #7D7D7D. Windows color (decimal): -8024556 or 1347205. OLE color: 1347205.
HSL color Cylindrical-coordinate representation of color #858E14: hue angle of 64.43º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #858E14 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 20 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.44 |
| HSL | 64.43º | 0.75% | 0.32% | - |
| HSV(B) | 64.43º | 0.86% | 0.56% | - |
| XYZ | 19.47 | 24.38 | 4.34 | - |
| YUV | 125.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 20 | 0.06 | 0 | 0.86 | 0.44 | 64.43 | 0.75 | 0.32 |
| Hex | 85 | 8E | 14 | 6 | 0 | 56 | 2C | 40 | 4B | 20 |
| Octal | 205 | 216 | 24 | 6 | 0 | 126 | 54 | 100 | 113 | 40 |
| Binary | 10000101 | 10001110 | 10100 | 110 | 0 | 1010110 | 101100 | 1000000 | 1001011 | 100000 |
Color Harmonies of #858E14
Complementary color
Monochromatic Colors of #858E14
Black with #858E14
Text Example
Text Example
White with #858E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E14; }
p { color: rgb(133,142,20); }
H1.HeaderClassName
{
color: #858E14;
}
.AnyTagClassName
{
color: #858E14;
}
</style>
background-color css
<style>
a { background-color: #858E14; }
a { background-color: rgb(133,142,20); }
div.DivClassName
{
background-color: #858E14;
}
.BgClassName
{
background-color: #858E14;
}
</style>
border-color css
<style>
span { border-color: #858E14; }
span { border-color: rgb(133,142,20); }
td.TdClassName
{
border-color: #858E14;
}
.TagClassName
{
border-color: #858E14;
}
</style>