Shades of Citron #859A1D
Tints of Citron #859A1D
RGB
CMYK
RGB Variations
Color information
#859A1D (or 0x859A1D) is known color: Citron. HEX triplet: 85, 9A and 1D. RGB value is (133,154,29). Sum of RGB (Red+Green+Blue) = 133+154+29=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #859A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A1D is #7A65E2. Grayscale: #858585. Windows color (decimal): -8021475 or 1940101. OLE color: 1940101.
HSL color Cylindrical-coordinate representation of color #859A1D: hue angle of 70.08º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #859A1D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 29 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.40 |
| HSL | 70.08º | 0.68% | 0.36% | - |
| HSV(B) | 70.08º | 0.81% | 0.6% | - |
| XYZ | 21.45 | 28.19 | 5.47 | - |
| YUV | 133.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 29 | 0.14 | 0 | 0.81 | 0.40 | 70.08 | 0.68 | 0.36 |
| Hex | 85 | 9A | 1D | E | 0 | 51 | 28 | 46 | 44 | 24 |
| Octal | 205 | 232 | 35 | 16 | 0 | 121 | 50 | 106 | 104 | 44 |
| Binary | 10000101 | 10011010 | 11101 | 1110 | 0 | 1010001 | 101000 | 1000110 | 1000100 | 100100 |
Color Harmonies of #859A1D
Complementary color
Monochromatic Colors of #859A1D
Black with #859A1D
Text Example
Text Example
White with #859A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A1D; }
p { color: rgb(133,154,29); }
H1.HeaderClassName
{
color: #859A1D;
}
.AnyTagClassName
{
color: #859A1D;
}
</style>
background-color css
<style>
a { background-color: #859A1D; }
a { background-color: rgb(133,154,29); }
div.DivClassName
{
background-color: #859A1D;
}
.BgClassName
{
background-color: #859A1D;
}
</style>
border-color css
<style>
span { border-color: #859A1D; }
span { border-color: rgb(133,154,29); }
td.TdClassName
{
border-color: #859A1D;
}
.TagClassName
{
border-color: #859A1D;
}
</style>