Shades of Citron #859A10
Tints of Citron #859A10
RGB
CMYK
RGB Variations
Color information
#859A10 (or 0x859A10) is known color: Citron. HEX triplet: 85, 9A and 10. RGB value is (133,154,16). Sum of RGB (Red+Green+Blue) = 133+154+16=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #859A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859A10 is #7A65EF. Grayscale: #848484. Windows color (decimal): -8021488 or 1088133. OLE color: 1088133.
HSL color Cylindrical-coordinate representation of color #859A10: hue angle of 69.13º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #859A10 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 16 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.40 |
| HSL | 69.13º | 0.81% | 0.33% | - |
| HSV(B) | 69.13º | 0.9% | 0.6% | - |
| XYZ | 21.32 | 28.14 | 4.8 | - |
| YUV | 131.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 16 | 0.14 | 0 | 0.90 | 0.40 | 69.13 | 0.81 | 0.33 |
| Hex | 85 | 9A | 10 | E | 0 | 5A | 28 | 45 | 51 | 21 |
| Octal | 205 | 232 | 20 | 16 | 0 | 132 | 50 | 105 | 121 | 41 |
| Binary | 10000101 | 10011010 | 10000 | 1110 | 0 | 1011010 | 101000 | 1000101 | 1010001 | 100001 |
Color Harmonies of #859A10
Complementary color
Monochromatic Colors of #859A10
Black with #859A10
Text Example
Text Example
White with #859A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A10; }
p { color: rgb(133,154,16); }
H1.HeaderClassName
{
color: #859A10;
}
.AnyTagClassName
{
color: #859A10;
}
</style>
background-color css
<style>
a { background-color: #859A10; }
a { background-color: rgb(133,154,16); }
div.DivClassName
{
background-color: #859A10;
}
.BgClassName
{
background-color: #859A10;
}
</style>
border-color css
<style>
span { border-color: #859A10; }
span { border-color: rgb(133,154,16); }
td.TdClassName
{
border-color: #859A10;
}
.TagClassName
{
border-color: #859A10;
}
</style>