Shades of Citron #859A21
Tints of Citron #859A21
RGB
CMYK
RGB Variations
Color information
#859A21 (or 0x859A21) is known color: Citron. HEX triplet: 85, 9A and 21. RGB value is (133,154,33). Sum of RGB (Red+Green+Blue) = 133+154+33=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #859A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A21 is #7A65DE. Grayscale: #868686. Windows color (decimal): -8021471 or 2202245. OLE color: 2202245.
HSL color Cylindrical-coordinate representation of color #859A21: hue angle of 70.41º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #859A21 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 33 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.40 |
| HSL | 70.41º | 0.65% | 0.37% | - |
| HSV(B) | 70.41º | 0.79% | 0.6% | - |
| XYZ | 21.5 | 28.21 | 5.75 | - |
| YUV | 133.93 | 71.04 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 33 | 0.14 | 0 | 0.79 | 0.40 | 70.41 | 0.65 | 0.37 |
| Hex | 85 | 9A | 21 | E | 0 | 4F | 28 | 46 | 41 | 25 |
| Octal | 205 | 232 | 41 | 16 | 0 | 117 | 50 | 106 | 101 | 45 |
| Binary | 10000101 | 10011010 | 100001 | 1110 | 0 | 1001111 | 101000 | 1000110 | 1000001 | 100101 |
Color Harmonies of #859A21
Complementary color
Monochromatic Colors of #859A21
Black with #859A21
Text Example
Text Example
White with #859A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A21; }
p { color: rgb(133,154,33); }
H1.HeaderClassName
{
color: #859A21;
}
.AnyTagClassName
{
color: #859A21;
}
</style>
background-color css
<style>
a { background-color: #859A21; }
a { background-color: rgb(133,154,33); }
div.DivClassName
{
background-color: #859A21;
}
.BgClassName
{
background-color: #859A21;
}
</style>
border-color css
<style>
span { border-color: #859A21; }
span { border-color: rgb(133,154,33); }
td.TdClassName
{
border-color: #859A21;
}
.TagClassName
{
border-color: #859A21;
}
</style>