Shades of Citron #859A1A
Tints of Citron #859A1A
RGB
CMYK
RGB Variations
Color information
#859A1A (or 0x859A1A) is known color: Citron. HEX triplet: 85, 9A and 1A. RGB value is (133,154,26). Sum of RGB (Red+Green+Blue) = 133+154+26=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #859A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A1A is #7A65E5. Grayscale: #858585. Windows color (decimal): -8021478 or 1743493. OLE color: 1743493.
HSL color Cylindrical-coordinate representation of color #859A1A: hue angle of 69.84º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #859A1A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 26 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.40 |
| HSL | 69.84º | 0.71% | 0.35% | - |
| HSV(B) | 69.84º | 0.83% | 0.6% | - |
| XYZ | 21.41 | 28.17 | 5.29 | - |
| YUV | 133.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 26 | 0.14 | 0 | 0.83 | 0.40 | 69.84 | 0.71 | 0.35 |
| Hex | 85 | 9A | 1A | E | 0 | 53 | 28 | 46 | 47 | 23 |
| Octal | 205 | 232 | 32 | 16 | 0 | 123 | 50 | 106 | 107 | 43 |
| Binary | 10000101 | 10011010 | 11010 | 1110 | 0 | 1010011 | 101000 | 1000110 | 1000111 | 100011 |
Color Harmonies of #859A1A
Complementary color
Monochromatic Colors of #859A1A
Black with #859A1A
Text Example
Text Example
White with #859A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A1A; }
p { color: rgb(133,154,26); }
H1.HeaderClassName
{
color: #859A1A;
}
.AnyTagClassName
{
color: #859A1A;
}
</style>
background-color css
<style>
a { background-color: #859A1A; }
a { background-color: rgb(133,154,26); }
div.DivClassName
{
background-color: #859A1A;
}
.BgClassName
{
background-color: #859A1A;
}
</style>
border-color css
<style>
span { border-color: #859A1A; }
span { border-color: rgb(133,154,26); }
td.TdClassName
{
border-color: #859A1A;
}
.TagClassName
{
border-color: #859A1A;
}
</style>