Shades of Citron #859E0F
Tints of Citron #859E0F
RGB
CMYK
RGB Variations
Color information
#859E0F (or 0x859E0F) is known color: Citron. HEX triplet: 85, 9E and 0F. RGB value is (133,158,15). Sum of RGB (Red+Green+Blue) = 133+158+15=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #859E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859E0F is #7A61F0. Grayscale: #868686. Windows color (decimal): -8020465 or 1023621. OLE color: 1023621.
HSL color Cylindrical-coordinate representation of color #859E0F: hue angle of 70.49º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #859E0F is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 15 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.38 |
| HSL | 70.49º | 0.83% | 0.34% | - |
| HSV(B) | 70.49º | 0.91% | 0.62% | - |
| XYZ | 21.99 | 29.47 | 4.98 | - |
| YUV | 134.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 15 | 0.16 | 0 | 0.91 | 0.38 | 70.49 | 0.83 | 0.34 |
| Hex | 85 | 9E | F | 10 | 0 | 5B | 26 | 46 | 53 | 22 |
| Octal | 205 | 236 | 17 | 20 | 0 | 133 | 46 | 106 | 123 | 42 |
| Binary | 10000101 | 10011110 | 1111 | 10000 | 0 | 1011011 | 100110 | 1000110 | 1010011 | 100010 |
Color Harmonies of #859E0F
Complementary color
Monochromatic Colors of #859E0F
Black with #859E0F
Text Example
Text Example
White with #859E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E0F; }
p { color: rgb(133,158,15); }
H1.HeaderClassName
{
color: #859E0F;
}
.AnyTagClassName
{
color: #859E0F;
}
</style>
background-color css
<style>
a { background-color: #859E0F; }
a { background-color: rgb(133,158,15); }
div.DivClassName
{
background-color: #859E0F;
}
.BgClassName
{
background-color: #859E0F;
}
</style>
border-color css
<style>
span { border-color: #859E0F; }
span { border-color: rgb(133,158,15); }
td.TdClassName
{
border-color: #859E0F;
}
.TagClassName
{
border-color: #859E0F;
}
</style>