Shades of Citron #859C26
Tints of Citron #859C26
RGB
CMYK
RGB Variations
Color information
#859C26 (or 0x859C26) is known color: Citron. HEX triplet: 85, 9C and 26. RGB value is (133,156,38). Sum of RGB (Red+Green+Blue) = 133+156+38=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #859C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859C26 is #7A63D9. Grayscale: #888888. Windows color (decimal): -8020954 or 2530437. OLE color: 2530437.
HSL color Cylindrical-coordinate representation of color #859C26: hue angle of 71.69º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #859C26 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 38 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.39 |
| HSL | 71.69º | 0.61% | 0.38% | - |
| HSV(B) | 71.69º | 0.76% | 0.61% | - |
| XYZ | 21.91 | 28.9 | 6.26 | - |
| YUV | 135.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 38 | 0.15 | 0 | 0.76 | 0.39 | 71.69 | 0.61 | 0.38 |
| Hex | 85 | 9C | 26 | F | 0 | 4C | 27 | 48 | 3D | 26 |
| Octal | 205 | 234 | 46 | 17 | 0 | 114 | 47 | 110 | 75 | 46 |
| Binary | 10000101 | 10011100 | 100110 | 1111 | 0 | 1001100 | 100111 | 1001000 | 111101 | 100110 |
Color Harmonies of #859C26
Complementary color
Monochromatic Colors of #859C26
Black with #859C26
Text Example
Text Example
White with #859C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C26; }
p { color: rgb(133,156,38); }
H1.HeaderClassName
{
color: #859C26;
}
.AnyTagClassName
{
color: #859C26;
}
</style>
background-color css
<style>
a { background-color: #859C26; }
a { background-color: rgb(133,156,38); }
div.DivClassName
{
background-color: #859C26;
}
.BgClassName
{
background-color: #859C26;
}
</style>
border-color css
<style>
span { border-color: #859C26; }
span { border-color: rgb(133,156,38); }
td.TdClassName
{
border-color: #859C26;
}
.TagClassName
{
border-color: #859C26;
}
</style>