Shades of Chelsea Cucumber #8CB652
Tints of Chelsea Cucumber #8CB652
RGB
CMYK
RGB Variations
Color information
#8CB652 (or 0x8CB652) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 52. RGB value is (140,182,82). Sum of RGB (Red+Green+Blue) = 140+182+82=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB652 is #7349AD. Grayscale: #9E9E9E. Windows color (decimal): -7555502 or 5420684. OLE color: 5420684.
HSL color Cylindrical-coordinate representation of color #8CB652: hue angle of 85.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CB652 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 82 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.29 |
| HSL | 85.2º | 0.41% | 0.52% | - |
| HSV(B) | 85.2º | 0.55% | 0.71% | - |
| XYZ | 29.07 | 39.64 | 14.1 | - |
| YUV | 158.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 82 | 0.23 | 0 | 0.55 | 0.29 | 85.2 | 0.41 | 0.52 |
| Hex | 8C | B6 | 52 | 17 | 0 | 37 | 1D | 55 | 29 | 34 |
| Octal | 214 | 266 | 122 | 27 | 0 | 67 | 35 | 125 | 51 | 64 |
| Binary | 10001100 | 10110110 | 1010010 | 10111 | 0 | 110111 | 11101 | 1010101 | 101001 | 110100 |
Color Harmonies of #8CB652
Complementary color
Monochromatic Colors of #8CB652
Black with #8CB652
Text Example
Text Example
White with #8CB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB652; }
p { color: rgb(140,182,82); }
H1.HeaderClassName
{
color: #8CB652;
}
.AnyTagClassName
{
color: #8CB652;
}
</style>
background-color css
<style>
a { background-color: #8CB652; }
a { background-color: rgb(140,182,82); }
div.DivClassName
{
background-color: #8CB652;
}
.BgClassName
{
background-color: #8CB652;
}
</style>
border-color css
<style>
span { border-color: #8CB652; }
span { border-color: rgb(140,182,82); }
td.TdClassName
{
border-color: #8CB652;
}
.TagClassName
{
border-color: #8CB652;
}
</style>