Shades of Chelsea Cucumber #8CAB6B
Tints of Chelsea Cucumber #8CAB6B
RGB
CMYK
RGB Variations
Color information
#8CAB6B (or 0x8CAB6B) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 6B. RGB value is (140,171,107). Sum of RGB (Red+Green+Blue) = 140+171+107=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB6B is #735494. Grayscale: #9A9A9A. Windows color (decimal): -7558293 or 7056268. OLE color: 7056268.
HSL color Cylindrical-coordinate representation of color #8CAB6B: hue angle of 89.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAB6B is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 107 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.33 |
| HSL | 89.06º | 0.28% | 0.55% | - |
| HSV(B) | 89.06º | 0.37% | 0.67% | - |
| XYZ | 28.03 | 35.76 | 19.34 | - |
| YUV | 154.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 107 | 0.18 | 0 | 0.37 | 0.33 | 89.06 | 0.28 | 0.55 |
| Hex | 8C | AB | 6B | 12 | 0 | 25 | 21 | 59 | 1C | 37 |
| Octal | 214 | 253 | 153 | 22 | 0 | 45 | 41 | 131 | 34 | 67 |
| Binary | 10001100 | 10101011 | 1101011 | 10010 | 0 | 100101 | 100001 | 1011001 | 11100 | 110111 |
Color Harmonies of #8CAB6B
Complementary color
Monochromatic Colors of #8CAB6B
Black with #8CAB6B
Text Example
Text Example
White with #8CAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB6B; }
p { color: rgb(140,171,107); }
H1.HeaderClassName
{
color: #8CAB6B;
}
.AnyTagClassName
{
color: #8CAB6B;
}
</style>
background-color css
<style>
a { background-color: #8CAB6B; }
a { background-color: rgb(140,171,107); }
div.DivClassName
{
background-color: #8CAB6B;
}
.BgClassName
{
background-color: #8CAB6B;
}
</style>
border-color css
<style>
span { border-color: #8CAB6B; }
span { border-color: rgb(140,171,107); }
td.TdClassName
{
border-color: #8CAB6B;
}
.TagClassName
{
border-color: #8CAB6B;
}
</style>