Shades of Chelsea Cucumber #8CAB55
Tints of Chelsea Cucumber #8CAB55
RGB
CMYK
RGB Variations
Color information
#8CAB55 (or 0x8CAB55) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 55. RGB value is (140,171,85). Sum of RGB (Red+Green+Blue) = 140+171+85=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB55 is #7354AA. Grayscale: #989898. Windows color (decimal): -7558315 or 5614476. OLE color: 5614476.
HSL color Cylindrical-coordinate representation of color #8CAB55: hue angle of 81.63º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CAB55 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 85 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.33 |
| HSL | 81.63º | 0.34% | 0.5% | - |
| HSV(B) | 81.63º | 0.5% | 0.67% | - |
| XYZ | 27.02 | 35.36 | 13.99 | - |
| YUV | 151.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 85 | 0.18 | 0 | 0.50 | 0.33 | 81.63 | 0.34 | 0.5 |
| Hex | 8C | AB | 55 | 12 | 0 | 32 | 21 | 52 | 22 | 32 |
| Octal | 214 | 253 | 125 | 22 | 0 | 62 | 41 | 122 | 42 | 62 |
| Binary | 10001100 | 10101011 | 1010101 | 10010 | 0 | 110010 | 100001 | 1010010 | 100010 | 110010 |
Color Harmonies of #8CAB55
Complementary color
Monochromatic Colors of #8CAB55
Black with #8CAB55
Text Example
Text Example
White with #8CAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB55; }
p { color: rgb(140,171,85); }
H1.HeaderClassName
{
color: #8CAB55;
}
.AnyTagClassName
{
color: #8CAB55;
}
</style>
background-color css
<style>
a { background-color: #8CAB55; }
a { background-color: rgb(140,171,85); }
div.DivClassName
{
background-color: #8CAB55;
}
.BgClassName
{
background-color: #8CAB55;
}
</style>
border-color css
<style>
span { border-color: #8CAB55; }
span { border-color: rgb(140,171,85); }
td.TdClassName
{
border-color: #8CAB55;
}
.TagClassName
{
border-color: #8CAB55;
}
</style>