Shades of Citron #858E15
Tints of Citron #858E15
RGB
CMYK
RGB Variations
Color information
#858E15 (or 0x858E15) is known color: Citron. HEX triplet: 85, 8E and 15. RGB value is (133,142,21). Sum of RGB (Red+Green+Blue) = 133+142+21=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #858E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E15 is #7A71EA. Grayscale: #7D7D7D. Windows color (decimal): -8024555 or 1412741. OLE color: 1412741.
HSL color Cylindrical-coordinate representation of color #858E15: hue angle of 64.46º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #858E15 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 21 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.44 |
| HSL | 64.46º | 0.74% | 0.32% | - |
| HSV(B) | 64.46º | 0.85% | 0.56% | - |
| XYZ | 19.48 | 24.39 | 4.39 | - |
| YUV | 125.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 21 | 0.06 | 0 | 0.85 | 0.44 | 64.46 | 0.74 | 0.32 |
| Hex | 85 | 8E | 15 | 6 | 0 | 55 | 2C | 40 | 4A | 20 |
| Octal | 205 | 216 | 25 | 6 | 0 | 125 | 54 | 100 | 112 | 40 |
| Binary | 10000101 | 10001110 | 10101 | 110 | 0 | 1010101 | 101100 | 1000000 | 1001010 | 100000 |
Color Harmonies of #858E15
Complementary color
Monochromatic Colors of #858E15
Black with #858E15
Text Example
Text Example
White with #858E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E15; }
p { color: rgb(133,142,21); }
H1.HeaderClassName
{
color: #858E15;
}
.AnyTagClassName
{
color: #858E15;
}
</style>
background-color css
<style>
a { background-color: #858E15; }
a { background-color: rgb(133,142,21); }
div.DivClassName
{
background-color: #858E15;
}
.BgClassName
{
background-color: #858E15;
}
</style>
border-color css
<style>
span { border-color: #858E15; }
span { border-color: rgb(133,142,21); }
td.TdClassName
{
border-color: #858E15;
}
.TagClassName
{
border-color: #858E15;
}
</style>