Shades of Chelsea Cucumber #8AAB6D
Tints of Chelsea Cucumber #8AAB6D
RGB
CMYK
RGB Variations
Color information
#8AAB6D (or 0x8AAB6D) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 6D. RGB value is (138,171,109). Sum of RGB (Red+Green+Blue) = 138+171+109=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB6D is #755492. Grayscale: #9A9A9A. Windows color (decimal): -7689363 or 7187338. OLE color: 7187338.
HSL color Cylindrical-coordinate representation of color #8AAB6D: hue angle of 91.94º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AAB6D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 109 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.33 |
| HSL | 91.94º | 0.27% | 0.55% | - |
| HSV(B) | 91.94º | 0.36% | 0.67% | - |
| XYZ | 27.8 | 35.63 | 19.88 | - |
| YUV | 154.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 109 | 0.19 | 0 | 0.36 | 0.33 | 91.94 | 0.27 | 0.55 |
| Hex | 8A | AB | 6D | 13 | 0 | 24 | 21 | 5C | 1B | 37 |
| Octal | 212 | 253 | 155 | 23 | 0 | 44 | 41 | 134 | 33 | 67 |
| Binary | 10001010 | 10101011 | 1101101 | 10011 | 0 | 100100 | 100001 | 1011100 | 11011 | 110111 |
Color Harmonies of #8AAB6D
Complementary color
Monochromatic Colors of #8AAB6D
Black with #8AAB6D
Text Example
Text Example
White with #8AAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB6D; }
p { color: rgb(138,171,109); }
H1.HeaderClassName
{
color: #8AAB6D;
}
.AnyTagClassName
{
color: #8AAB6D;
}
</style>
background-color css
<style>
a { background-color: #8AAB6D; }
a { background-color: rgb(138,171,109); }
div.DivClassName
{
background-color: #8AAB6D;
}
.BgClassName
{
background-color: #8AAB6D;
}
</style>
border-color css
<style>
span { border-color: #8AAB6D; }
span { border-color: rgb(138,171,109); }
td.TdClassName
{
border-color: #8AAB6D;
}
.TagClassName
{
border-color: #8AAB6D;
}
</style>