Shades of Chelsea Cucumber #8AB666
Tints of Chelsea Cucumber #8AB666
RGB
CMYK
RGB Variations
Color information
#8AB666 (or 0x8AB666) is known color: Chelsea Cucumber. HEX triplet: 8A, B6 and 66. RGB value is (138,182,102). Sum of RGB (Red+Green+Blue) = 138+182+102=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB666 is #754999. Grayscale: #A0A0A0. Windows color (decimal): -7686554 or 6731402. OLE color: 6731402.
HSL color Cylindrical-coordinate representation of color #8AB666: hue angle of 93º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB666 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 102 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.29 |
| HSL | 93º | 0.35% | 0.56% | - |
| HSV(B) | 93º | 0.44% | 0.71% | - |
| XYZ | 29.61 | 39.82 | 18.7 | - |
| YUV | 159.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 102 | 0.24 | 0 | 0.44 | 0.29 | 93 | 0.35 | 0.56 |
| Hex | 8A | B6 | 66 | 18 | 0 | 2C | 1D | 5D | 23 | 38 |
| Octal | 212 | 266 | 146 | 30 | 0 | 54 | 35 | 135 | 43 | 70 |
| Binary | 10001010 | 10110110 | 1100110 | 11000 | 0 | 101100 | 11101 | 1011101 | 100011 | 111000 |
Color Harmonies of #8AB666
Complementary color
Monochromatic Colors of #8AB666
Black with #8AB666
Text Example
Text Example
White with #8AB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB666; }
p { color: rgb(138,182,102); }
H1.HeaderClassName
{
color: #8AB666;
}
.AnyTagClassName
{
color: #8AB666;
}
</style>
background-color css
<style>
a { background-color: #8AB666; }
a { background-color: rgb(138,182,102); }
div.DivClassName
{
background-color: #8AB666;
}
.BgClassName
{
background-color: #8AB666;
}
</style>
border-color css
<style>
span { border-color: #8AB666; }
span { border-color: rgb(138,182,102); }
td.TdClassName
{
border-color: #8AB666;
}
.TagClassName
{
border-color: #8AB666;
}
</style>