Shades of Citron #859D1D
Tints of Citron #859D1D
RGB
CMYK
RGB Variations
Color information
#859D1D (or 0x859D1D) is known color: Citron. HEX triplet: 85, 9D and 1D. RGB value is (133,157,29). Sum of RGB (Red+Green+Blue) = 133+157+29=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #859D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D1D is #7A62E2. Grayscale: #878787. Windows color (decimal): -8020707 or 1940869. OLE color: 1940869.
HSL color Cylindrical-coordinate representation of color #859D1D: hue angle of 71.25º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #859D1D is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 29 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.38 |
| HSL | 71.25º | 0.69% | 0.36% | - |
| HSV(B) | 71.25º | 0.82% | 0.62% | - |
| XYZ | 21.95 | 29.19 | 5.64 | - |
| YUV | 135.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 29 | 0.15 | 0 | 0.82 | 0.38 | 71.25 | 0.69 | 0.36 |
| Hex | 85 | 9D | 1D | F | 0 | 52 | 26 | 47 | 45 | 24 |
| Octal | 205 | 235 | 35 | 17 | 0 | 122 | 46 | 107 | 105 | 44 |
| Binary | 10000101 | 10011101 | 11101 | 1111 | 0 | 1010010 | 100110 | 1000111 | 1000101 | 100100 |
Color Harmonies of #859D1D
Complementary color
Monochromatic Colors of #859D1D
Black with #859D1D
Text Example
Text Example
White with #859D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D1D; }
p { color: rgb(133,157,29); }
H1.HeaderClassName
{
color: #859D1D;
}
.AnyTagClassName
{
color: #859D1D;
}
</style>
background-color css
<style>
a { background-color: #859D1D; }
a { background-color: rgb(133,157,29); }
div.DivClassName
{
background-color: #859D1D;
}
.BgClassName
{
background-color: #859D1D;
}
</style>
border-color css
<style>
span { border-color: #859D1D; }
span { border-color: rgb(133,157,29); }
td.TdClassName
{
border-color: #859D1D;
}
.TagClassName
{
border-color: #859D1D;
}
</style>