Shades of Chelsea Cucumber #859C4B
Tints of Chelsea Cucumber #859C4B
RGB
CMYK
RGB Variations
Color information
#859C4B (or 0x859C4B) is known color: Chelsea Cucumber. HEX triplet: 85, 9C and 4B. RGB value is (133,156,75). Sum of RGB (Red+Green+Blue) = 133+156+75=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #859C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859C4B is #7A63B4. Grayscale: #8C8C8C. Windows color (decimal): -8020917 or 4955269. OLE color: 4955269.
HSL color Cylindrical-coordinate representation of color #859C4B: hue angle of 77.04º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #859C4B is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 75 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.39 |
| HSL | 77.04º | 0.35% | 0.45% | - |
| HSV(B) | 77.04º | 0.52% | 0.61% | - |
| XYZ | 22.83 | 29.27 | 11.1 | - |
| YUV | 139.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 75 | 0.15 | 0 | 0.52 | 0.39 | 77.04 | 0.35 | 0.45 |
| Hex | 85 | 9C | 4B | F | 0 | 34 | 27 | 4D | 23 | 2D |
| Octal | 205 | 234 | 113 | 17 | 0 | 64 | 47 | 115 | 43 | 55 |
| Binary | 10000101 | 10011100 | 1001011 | 1111 | 0 | 110100 | 100111 | 1001101 | 100011 | 101101 |
Color Harmonies of #859C4B
Complementary color
Monochromatic Colors of #859C4B
Black with #859C4B
Text Example
Text Example
White with #859C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C4B; }
p { color: rgb(133,156,75); }
H1.HeaderClassName
{
color: #859C4B;
}
.AnyTagClassName
{
color: #859C4B;
}
</style>
background-color css
<style>
a { background-color: #859C4B; }
a { background-color: rgb(133,156,75); }
div.DivClassName
{
background-color: #859C4B;
}
.BgClassName
{
background-color: #859C4B;
}
</style>
border-color css
<style>
span { border-color: #859C4B; }
span { border-color: rgb(133,156,75); }
td.TdClassName
{
border-color: #859C4B;
}
.TagClassName
{
border-color: #859C4B;
}
</style>