Shades of Citron #859628
Tints of Citron #859628
RGB
CMYK
RGB Variations
Color information
#859628 (or 0x859628) is known color: Citron. HEX triplet: 85, 96 and 28. RGB value is (133,150,40). Sum of RGB (Red+Green+Blue) = 133+150+40=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #859628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859628 is #7A69D7. Grayscale: #848484. Windows color (decimal): -8022488 or 2659973. OLE color: 2659973.
HSL color Cylindrical-coordinate representation of color #859628: hue angle of 69.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #859628 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 40 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.41 |
| HSL | 69.27º | 0.58% | 0.37% | - |
| HSV(B) | 69.27º | 0.73% | 0.59% | - |
| XYZ | 20.96 | 26.95 | 6.1 | - |
| YUV | 132.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 40 | 0.11 | 0 | 0.73 | 0.41 | 69.27 | 0.58 | 0.37 |
| Hex | 85 | 96 | 28 | B | 0 | 49 | 29 | 45 | 3A | 25 |
| Octal | 205 | 226 | 50 | 13 | 0 | 111 | 51 | 105 | 72 | 45 |
| Binary | 10000101 | 10010110 | 101000 | 1011 | 0 | 1001001 | 101001 | 1000101 | 111010 | 100101 |
Color Harmonies of #859628
Complementary color
Monochromatic Colors of #859628
Black with #859628
Text Example
Text Example
White with #859628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859628; }
p { color: rgb(133,150,40); }
H1.HeaderClassName
{
color: #859628;
}
.AnyTagClassName
{
color: #859628;
}
</style>
background-color css
<style>
a { background-color: #859628; }
a { background-color: rgb(133,150,40); }
div.DivClassName
{
background-color: #859628;
}
.BgClassName
{
background-color: #859628;
}
</style>
border-color css
<style>
span { border-color: #859628; }
span { border-color: rgb(133,150,40); }
td.TdClassName
{
border-color: #859628;
}
.TagClassName
{
border-color: #859628;
}
</style>