Shades of Chelsea Cucumber #8AB160
Tints of Chelsea Cucumber #8AB160
RGB
CMYK
RGB Variations
Color information
#8AB160 (or 0x8AB160) is known color: Chelsea Cucumber. HEX triplet: 8A, B1 and 60. RGB value is (138,177,96). Sum of RGB (Red+Green+Blue) = 138+177+96=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB160 is #754E9F. Grayscale: #9C9C9C. Windows color (decimal): -7687840 or 6336906. OLE color: 6336906.
HSL color Cylindrical-coordinate representation of color #8AB160: hue angle of 88.89º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AB160 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 96 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.31 |
| HSL | 88.89º | 0.34% | 0.54% | - |
| HSV(B) | 88.89º | 0.46% | 0.69% | - |
| XYZ | 28.31 | 37.69 | 16.85 | - |
| YUV | 156.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 96 | 0.22 | 0 | 0.46 | 0.31 | 88.89 | 0.34 | 0.54 |
| Hex | 8A | B1 | 60 | 16 | 0 | 2E | 1F | 59 | 22 | 36 |
| Octal | 212 | 261 | 140 | 26 | 0 | 56 | 37 | 131 | 42 | 66 |
| Binary | 10001010 | 10110001 | 1100000 | 10110 | 0 | 101110 | 11111 | 1011001 | 100010 | 110110 |
Color Harmonies of #8AB160
Complementary color
Monochromatic Colors of #8AB160
Black with #8AB160
Text Example
Text Example
White with #8AB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB160; }
p { color: rgb(138,177,96); }
H1.HeaderClassName
{
color: #8AB160;
}
.AnyTagClassName
{
color: #8AB160;
}
</style>
background-color css
<style>
a { background-color: #8AB160; }
a { background-color: rgb(138,177,96); }
div.DivClassName
{
background-color: #8AB160;
}
.BgClassName
{
background-color: #8AB160;
}
</style>
border-color css
<style>
span { border-color: #8AB160; }
span { border-color: rgb(138,177,96); }
td.TdClassName
{
border-color: #8AB160;
}
.TagClassName
{
border-color: #8AB160;
}
</style>