Shades of Citron #859020
Tints of Citron #859020
RGB
CMYK
RGB Variations
Color information
#859020 (or 0x859020) is known color: Citron. HEX triplet: 85, 90 and 20. RGB value is (133,144,32). Sum of RGB (Red+Green+Blue) = 133+144+32=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #859020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859020 is #7A6FDF. Grayscale: #808080. Windows color (decimal): -8024032 or 2134149. OLE color: 2134149.
HSL color Cylindrical-coordinate representation of color #859020: hue angle of 65.89º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #859020 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 32 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.44 |
| HSL | 65.89º | 0.64% | 0.35% | - |
| HSV(B) | 65.89º | 0.78% | 0.56% | - |
| XYZ | 19.91 | 25.04 | 5.15 | - |
| YUV | 127.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 32 | 0.08 | 0 | 0.78 | 0.44 | 65.89 | 0.64 | 0.35 |
| Hex | 85 | 90 | 20 | 8 | 0 | 4E | 2C | 42 | 40 | 23 |
| Octal | 205 | 220 | 40 | 10 | 0 | 116 | 54 | 102 | 100 | 43 |
| Binary | 10000101 | 10010000 | 100000 | 1000 | 0 | 1001110 | 101100 | 1000010 | 1000000 | 100011 |
Color Harmonies of #859020
Complementary color
Monochromatic Colors of #859020
Black with #859020
Text Example
Text Example
White with #859020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859020; }
p { color: rgb(133,144,32); }
H1.HeaderClassName
{
color: #859020;
}
.AnyTagClassName
{
color: #859020;
}
</style>
background-color css
<style>
a { background-color: #859020; }
a { background-color: rgb(133,144,32); }
div.DivClassName
{
background-color: #859020;
}
.BgClassName
{
background-color: #859020;
}
</style>
border-color css
<style>
span { border-color: #859020; }
span { border-color: rgb(133,144,32); }
td.TdClassName
{
border-color: #859020;
}
.TagClassName
{
border-color: #859020;
}
</style>