Shades of Chelsea Cucumber #8CAB65
Tints of Chelsea Cucumber #8CAB65
RGB
CMYK
RGB Variations
Color information
#8CAB65 (or 0x8CAB65) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 65. RGB value is (140,171,101). Sum of RGB (Red+Green+Blue) = 140+171+101=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB65 is #73549A. Grayscale: #9A9A9A. Windows color (decimal): -7558299 or 6663052. OLE color: 6663052.
HSL color Cylindrical-coordinate representation of color #8CAB65: hue angle of 86.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CAB65 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 101 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.33 |
| HSL | 86.57º | 0.29% | 0.53% | - |
| HSV(B) | 86.57º | 0.41% | 0.67% | - |
| XYZ | 27.73 | 35.64 | 17.73 | - |
| YUV | 153.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 101 | 0.18 | 0 | 0.41 | 0.33 | 86.57 | 0.29 | 0.53 |
| Hex | 8C | AB | 65 | 12 | 0 | 29 | 21 | 57 | 1D | 35 |
| Octal | 214 | 253 | 145 | 22 | 0 | 51 | 41 | 127 | 35 | 65 |
| Binary | 10001100 | 10101011 | 1100101 | 10010 | 0 | 101001 | 100001 | 1010111 | 11101 | 110101 |
Color Harmonies of #8CAB65
Complementary color
Monochromatic Colors of #8CAB65
Black with #8CAB65
Text Example
Text Example
White with #8CAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB65; }
p { color: rgb(140,171,101); }
H1.HeaderClassName
{
color: #8CAB65;
}
.AnyTagClassName
{
color: #8CAB65;
}
</style>
background-color css
<style>
a { background-color: #8CAB65; }
a { background-color: rgb(140,171,101); }
div.DivClassName
{
background-color: #8CAB65;
}
.BgClassName
{
background-color: #8CAB65;
}
</style>
border-color css
<style>
span { border-color: #8CAB65; }
span { border-color: rgb(140,171,101); }
td.TdClassName
{
border-color: #8CAB65;
}
.TagClassName
{
border-color: #8CAB65;
}
</style>