Shades of Citron #859A14
Tints of Citron #859A14
RGB
CMYK
RGB Variations
Color information
#859A14 (or 0x859A14) is known color: Citron. HEX triplet: 85, 9A and 14. RGB value is (133,154,20). Sum of RGB (Red+Green+Blue) = 133+154+20=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #859A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859A14 is #7A65EB. Grayscale: #848484. Windows color (decimal): -8021484 or 1350277. OLE color: 1350277.
HSL color Cylindrical-coordinate representation of color #859A14: hue angle of 69.4º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #859A14 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 20 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.40 |
| HSL | 69.4º | 0.77% | 0.34% | - |
| HSV(B) | 69.4º | 0.87% | 0.6% | - |
| XYZ | 21.35 | 28.15 | 4.97 | - |
| YUV | 132.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 20 | 0.14 | 0 | 0.87 | 0.40 | 69.4 | 0.77 | 0.34 |
| Hex | 85 | 9A | 14 | E | 0 | 57 | 28 | 45 | 4D | 22 |
| Octal | 205 | 232 | 24 | 16 | 0 | 127 | 50 | 105 | 115 | 42 |
| Binary | 10000101 | 10011010 | 10100 | 1110 | 0 | 1010111 | 101000 | 1000101 | 1001101 | 100010 |
Color Harmonies of #859A14
Complementary color
Monochromatic Colors of #859A14
Black with #859A14
Text Example
Text Example
White with #859A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A14; }
p { color: rgb(133,154,20); }
H1.HeaderClassName
{
color: #859A14;
}
.AnyTagClassName
{
color: #859A14;
}
</style>
background-color css
<style>
a { background-color: #859A14; }
a { background-color: rgb(133,154,20); }
div.DivClassName
{
background-color: #859A14;
}
.BgClassName
{
background-color: #859A14;
}
</style>
border-color css
<style>
span { border-color: #859A14; }
span { border-color: rgb(133,154,20); }
td.TdClassName
{
border-color: #859A14;
}
.TagClassName
{
border-color: #859A14;
}
</style>