Shades of Chelsea Cucumber #8CAB4D
Tints of Chelsea Cucumber #8CAB4D
RGB
CMYK
RGB Variations
Color information
#8CAB4D (or 0x8CAB4D) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 4D. RGB value is (140,171,77). Sum of RGB (Red+Green+Blue) = 140+171+77=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB4D is #7354B2. Grayscale: #979797. Windows color (decimal): -7558323 or 5090188. OLE color: 5090188.
HSL color Cylindrical-coordinate representation of color #8CAB4D: hue angle of 79.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CAB4D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 77 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.33 |
| HSL | 79.79º | 0.38% | 0.49% | - |
| HSV(B) | 79.79º | 0.55% | 0.67% | - |
| XYZ | 26.72 | 35.24 | 12.41 | - |
| YUV | 151.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 77 | 0.18 | 0 | 0.55 | 0.33 | 79.79 | 0.38 | 0.49 |
| Hex | 8C | AB | 4D | 12 | 0 | 37 | 21 | 50 | 26 | 31 |
| Octal | 214 | 253 | 115 | 22 | 0 | 67 | 41 | 120 | 46 | 61 |
| Binary | 10001100 | 10101011 | 1001101 | 10010 | 0 | 110111 | 100001 | 1010000 | 100110 | 110001 |
Color Harmonies of #8CAB4D
Complementary color
Monochromatic Colors of #8CAB4D
Black with #8CAB4D
Text Example
Text Example
White with #8CAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB4D; }
p { color: rgb(140,171,77); }
H1.HeaderClassName
{
color: #8CAB4D;
}
.AnyTagClassName
{
color: #8CAB4D;
}
</style>
background-color css
<style>
a { background-color: #8CAB4D; }
a { background-color: rgb(140,171,77); }
div.DivClassName
{
background-color: #8CAB4D;
}
.BgClassName
{
background-color: #8CAB4D;
}
</style>
border-color css
<style>
span { border-color: #8CAB4D; }
span { border-color: rgb(140,171,77); }
td.TdClassName
{
border-color: #8CAB4D;
}
.TagClassName
{
border-color: #8CAB4D;
}
</style>