Shades of Chelsea Cucumber #8CAB4C
Tints of Chelsea Cucumber #8CAB4C
RGB
CMYK
RGB Variations
Color information
#8CAB4C (or 0x8CAB4C) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 4C. RGB value is (140,171,76). Sum of RGB (Red+Green+Blue) = 140+171+76=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB4C is #7354B3. Grayscale: #979797. Windows color (decimal): -7558324 or 5024652. OLE color: 5024652.
HSL color Cylindrical-coordinate representation of color #8CAB4C: hue angle of 79.58º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CAB4C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 76 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.33 |
| HSL | 79.58º | 0.38% | 0.48% | - |
| HSV(B) | 79.58º | 0.56% | 0.67% | - |
| XYZ | 26.68 | 35.22 | 12.23 | - |
| YUV | 150.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 76 | 0.18 | 0 | 0.56 | 0.33 | 79.58 | 0.38 | 0.48 |
| Hex | 8C | AB | 4C | 12 | 0 | 38 | 21 | 50 | 26 | 30 |
| Octal | 214 | 253 | 114 | 22 | 0 | 70 | 41 | 120 | 46 | 60 |
| Binary | 10001100 | 10101011 | 1001100 | 10010 | 0 | 111000 | 100001 | 1010000 | 100110 | 110000 |
Color Harmonies of #8CAB4C
Complementary color
Monochromatic Colors of #8CAB4C
Black with #8CAB4C
Text Example
Text Example
White with #8CAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB4C; }
p { color: rgb(140,171,76); }
H1.HeaderClassName
{
color: #8CAB4C;
}
.AnyTagClassName
{
color: #8CAB4C;
}
</style>
background-color css
<style>
a { background-color: #8CAB4C; }
a { background-color: rgb(140,171,76); }
div.DivClassName
{
background-color: #8CAB4C;
}
.BgClassName
{
background-color: #8CAB4C;
}
</style>
border-color css
<style>
span { border-color: #8CAB4C; }
span { border-color: rgb(140,171,76); }
td.TdClassName
{
border-color: #8CAB4C;
}
.TagClassName
{
border-color: #8CAB4C;
}
</style>