Shades of Citron #859115
Tints of Citron #859115
RGB
CMYK
RGB Variations
Color information
#859115 (or 0x859115) is known color: Citron. HEX triplet: 85, 91 and 15. RGB value is (133,145,21). Sum of RGB (Red+Green+Blue) = 133+145+21=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #859115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859115 is #7A6EEA. Grayscale: #7F7F7F. Windows color (decimal): -8023787 or 1413509. OLE color: 1413509.
HSL color Cylindrical-coordinate representation of color #859115: hue angle of 65.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #859115 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 21 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.43 |
| HSL | 65.81º | 0.75% | 0.33% | - |
| HSV(B) | 65.81º | 0.86% | 0.57% | - |
| XYZ | 19.93 | 25.29 | 4.54 | - |
| YUV | 127.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 21 | 0.08 | 0 | 0.86 | 0.43 | 65.81 | 0.75 | 0.33 |
| Hex | 85 | 91 | 15 | 8 | 0 | 56 | 2B | 42 | 4B | 21 |
| Octal | 205 | 221 | 25 | 10 | 0 | 126 | 53 | 102 | 113 | 41 |
| Binary | 10000101 | 10010001 | 10101 | 1000 | 0 | 1010110 | 101011 | 1000010 | 1001011 | 100001 |
Color Harmonies of #859115
Complementary color
Monochromatic Colors of #859115
Black with #859115
Text Example
Text Example
White with #859115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859115; }
p { color: rgb(133,145,21); }
H1.HeaderClassName
{
color: #859115;
}
.AnyTagClassName
{
color: #859115;
}
</style>
background-color css
<style>
a { background-color: #859115; }
a { background-color: rgb(133,145,21); }
div.DivClassName
{
background-color: #859115;
}
.BgClassName
{
background-color: #859115;
}
</style>
border-color css
<style>
span { border-color: #859115; }
span { border-color: rgb(133,145,21); }
td.TdClassName
{
border-color: #859115;
}
.TagClassName
{
border-color: #859115;
}
</style>