Shades of Chelsea Cucumber #8AAB6A
Tints of Chelsea Cucumber #8AAB6A
RGB
CMYK
RGB Variations
Color information
#8AAB6A (or 0x8AAB6A) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 6A. RGB value is (138,171,106). Sum of RGB (Red+Green+Blue) = 138+171+106=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB6A is #755495. Grayscale: #999999. Windows color (decimal): -7689366 or 6990730. OLE color: 6990730.
HSL color Cylindrical-coordinate representation of color #8AAB6A: hue angle of 90.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AAB6A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 106 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.33 |
| HSL | 90.46º | 0.28% | 0.54% | - |
| HSV(B) | 90.46º | 0.38% | 0.67% | - |
| XYZ | 27.65 | 35.57 | 19.04 | - |
| YUV | 153.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 106 | 0.19 | 0 | 0.38 | 0.33 | 90.46 | 0.28 | 0.54 |
| Hex | 8A | AB | 6A | 13 | 0 | 26 | 21 | 5A | 1C | 36 |
| Octal | 212 | 253 | 152 | 23 | 0 | 46 | 41 | 132 | 34 | 66 |
| Binary | 10001010 | 10101011 | 1101010 | 10011 | 0 | 100110 | 100001 | 1011010 | 11100 | 110110 |
Color Harmonies of #8AAB6A
Complementary color
Monochromatic Colors of #8AAB6A
Black with #8AAB6A
Text Example
Text Example
White with #8AAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB6A; }
p { color: rgb(138,171,106); }
H1.HeaderClassName
{
color: #8AAB6A;
}
.AnyTagClassName
{
color: #8AAB6A;
}
</style>
background-color css
<style>
a { background-color: #8AAB6A; }
a { background-color: rgb(138,171,106); }
div.DivClassName
{
background-color: #8AAB6A;
}
.BgClassName
{
background-color: #8AAB6A;
}
</style>
border-color css
<style>
span { border-color: #8AAB6A; }
span { border-color: rgb(138,171,106); }
td.TdClassName
{
border-color: #8AAB6A;
}
.TagClassName
{
border-color: #8AAB6A;
}
</style>