Shades of Citron #859D0A
Tints of Citron #859D0A
RGB
CMYK
RGB Variations
Color information
#859D0A (or 0x859D0A) is known color: Citron. HEX triplet: 85, 9D and 0A. RGB value is (133,157,10). Sum of RGB (Red+Green+Blue) = 133+157+10=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #859D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859D0A is #7A62F5. Grayscale: #858585. Windows color (decimal): -8020726 or 695685. OLE color: 695685.
HSL color Cylindrical-coordinate representation of color #859D0A: hue angle of 69.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #859D0A is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 10 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.38 |
| HSL | 69.8º | 0.88% | 0.33% | - |
| HSV(B) | 69.8º | 0.94% | 0.62% | - |
| XYZ | 21.78 | 29.12 | 4.76 | - |
| YUV | 133.07 | 58.55 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 10 | 0.15 | 0 | 0.94 | 0.38 | 69.8 | 0.88 | 0.33 |
| Hex | 85 | 9D | A | F | 0 | 5E | 26 | 46 | 58 | 21 |
| Octal | 205 | 235 | 12 | 17 | 0 | 136 | 46 | 106 | 130 | 41 |
| Binary | 10000101 | 10011101 | 1010 | 1111 | 0 | 1011110 | 100110 | 1000110 | 1011000 | 100001 |
Color Harmonies of #859D0A
Complementary color
Monochromatic Colors of #859D0A
Black with #859D0A
Text Example
Text Example
White with #859D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D0A; }
p { color: rgb(133,157,10); }
H1.HeaderClassName
{
color: #859D0A;
}
.AnyTagClassName
{
color: #859D0A;
}
</style>
background-color css
<style>
a { background-color: #859D0A; }
a { background-color: rgb(133,157,10); }
div.DivClassName
{
background-color: #859D0A;
}
.BgClassName
{
background-color: #859D0A;
}
</style>
border-color css
<style>
span { border-color: #859D0A; }
span { border-color: rgb(133,157,10); }
td.TdClassName
{
border-color: #859D0A;
}
.TagClassName
{
border-color: #859D0A;
}
</style>