Shades of Chelsea Cucumber #8CB06A
Tints of Chelsea Cucumber #8CB06A
RGB
CMYK
RGB Variations
Color information
#8CB06A (or 0x8CB06A) is known color: Chelsea Cucumber. HEX triplet: 8C, B0 and 6A. RGB value is (140,176,106). Sum of RGB (Red+Green+Blue) = 140+176+106=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB06A is #734F95. Grayscale: #9D9D9D. Windows color (decimal): -7557014 or 6992012. OLE color: 6992012.
HSL color Cylindrical-coordinate representation of color #8CB06A: hue angle of 90.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CB06A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 106 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.31 |
| HSL | 90.86º | 0.31% | 0.55% | - |
| HSV(B) | 90.86º | 0.4% | 0.69% | - |
| XYZ | 28.94 | 37.67 | 19.38 | - |
| YUV | 157.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 106 | 0.20 | 0 | 0.40 | 0.31 | 90.86 | 0.31 | 0.55 |
| Hex | 8C | B0 | 6A | 14 | 0 | 28 | 1F | 5B | 1F | 37 |
| Octal | 214 | 260 | 152 | 24 | 0 | 50 | 37 | 133 | 37 | 67 |
| Binary | 10001100 | 10110000 | 1101010 | 10100 | 0 | 101000 | 11111 | 1011011 | 11111 | 110111 |
Color Harmonies of #8CB06A
Complementary color
Monochromatic Colors of #8CB06A
Black with #8CB06A
Text Example
Text Example
White with #8CB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB06A; }
p { color: rgb(140,176,106); }
H1.HeaderClassName
{
color: #8CB06A;
}
.AnyTagClassName
{
color: #8CB06A;
}
</style>
background-color css
<style>
a { background-color: #8CB06A; }
a { background-color: rgb(140,176,106); }
div.DivClassName
{
background-color: #8CB06A;
}
.BgClassName
{
background-color: #8CB06A;
}
</style>
border-color css
<style>
span { border-color: #8CB06A; }
span { border-color: rgb(140,176,106); }
td.TdClassName
{
border-color: #8CB06A;
}
.TagClassName
{
border-color: #8CB06A;
}
</style>