Shades of Chelsea Cucumber #8CB952
Tints of Chelsea Cucumber #8CB952
RGB
CMYK
RGB Variations
Color information
#8CB952 (or 0x8CB952) is known color: Chelsea Cucumber. HEX triplet: 8C, B9 and 52. RGB value is (140,185,82). Sum of RGB (Red+Green+Blue) = 140+185+82=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB952 is #7346AD. Grayscale: #A0A0A0. Windows color (decimal): -7554734 or 5421452. OLE color: 5421452.
HSL color Cylindrical-coordinate representation of color #8CB952: hue angle of 86.21º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CB952 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 82 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.27 |
| HSL | 86.21º | 0.42% | 0.52% | - |
| HSV(B) | 86.21º | 0.56% | 0.73% | - |
| XYZ | 29.69 | 40.88 | 14.31 | - |
| YUV | 159.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 82 | 0.24 | 0 | 0.56 | 0.27 | 86.21 | 0.42 | 0.52 |
| Hex | 8C | B9 | 52 | 18 | 0 | 38 | 1B | 56 | 2A | 34 |
| Octal | 214 | 271 | 122 | 30 | 0 | 70 | 33 | 126 | 52 | 64 |
| Binary | 10001100 | 10111001 | 1010010 | 11000 | 0 | 111000 | 11011 | 1010110 | 101010 | 110100 |
Color Harmonies of #8CB952
Complementary color
Monochromatic Colors of #8CB952
Black with #8CB952
Text Example
Text Example
White with #8CB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB952; }
p { color: rgb(140,185,82); }
H1.HeaderClassName
{
color: #8CB952;
}
.AnyTagClassName
{
color: #8CB952;
}
</style>
background-color css
<style>
a { background-color: #8CB952; }
a { background-color: rgb(140,185,82); }
div.DivClassName
{
background-color: #8CB952;
}
.BgClassName
{
background-color: #8CB952;
}
</style>
border-color css
<style>
span { border-color: #8CB952; }
span { border-color: rgb(140,185,82); }
td.TdClassName
{
border-color: #8CB952;
}
.TagClassName
{
border-color: #8CB952;
}
</style>