Shades of Chelsea Cucumber #8CB752
Tints of Chelsea Cucumber #8CB752
RGB
CMYK
RGB Variations
Color information
#8CB752 (or 0x8CB752) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 52. RGB value is (140,183,82). Sum of RGB (Red+Green+Blue) = 140+183+82=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB752 is #7348AD. Grayscale: #9E9E9E. Windows color (decimal): -7555246 or 5420940. OLE color: 5420940.
HSL color Cylindrical-coordinate representation of color #8CB752: hue angle of 85.54º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CB752 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 82 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.28 |
| HSL | 85.54º | 0.41% | 0.52% | - |
| HSV(B) | 85.54º | 0.55% | 0.72% | - |
| XYZ | 29.27 | 40.05 | 14.17 | - |
| YUV | 158.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 82 | 0.23 | 0 | 0.55 | 0.28 | 85.54 | 0.41 | 0.52 |
| Hex | 8C | B7 | 52 | 17 | 0 | 37 | 1C | 56 | 29 | 34 |
| Octal | 214 | 267 | 122 | 27 | 0 | 67 | 34 | 126 | 51 | 64 |
| Binary | 10001100 | 10110111 | 1010010 | 10111 | 0 | 110111 | 11100 | 1010110 | 101001 | 110100 |
Color Harmonies of #8CB752
Complementary color
Monochromatic Colors of #8CB752
Black with #8CB752
Text Example
Text Example
White with #8CB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB752; }
p { color: rgb(140,183,82); }
H1.HeaderClassName
{
color: #8CB752;
}
.AnyTagClassName
{
color: #8CB752;
}
</style>
background-color css
<style>
a { background-color: #8CB752; }
a { background-color: rgb(140,183,82); }
div.DivClassName
{
background-color: #8CB752;
}
.BgClassName
{
background-color: #8CB752;
}
</style>
border-color css
<style>
span { border-color: #8CB752; }
span { border-color: rgb(140,183,82); }
td.TdClassName
{
border-color: #8CB752;
}
.TagClassName
{
border-color: #8CB752;
}
</style>