Shades of Chelsea Cucumber #8AAB67
Tints of Chelsea Cucumber #8AAB67
RGB
CMYK
RGB Variations
Color information
#8AAB67 (or 0x8AAB67) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 67. RGB value is (138,171,103). Sum of RGB (Red+Green+Blue) = 138+171+103=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB67 is #755498. Grayscale: #999999. Windows color (decimal): -7689369 or 6794122. OLE color: 6794122.
HSL color Cylindrical-coordinate representation of color #8AAB67: hue angle of 89.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AAB67 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 103 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.33 |
| HSL | 89.12º | 0.29% | 0.54% | - |
| HSV(B) | 89.12º | 0.4% | 0.67% | - |
| XYZ | 27.49 | 35.51 | 18.24 | - |
| YUV | 153.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 103 | 0.19 | 0 | 0.40 | 0.33 | 89.12 | 0.29 | 0.54 |
| Hex | 8A | AB | 67 | 13 | 0 | 28 | 21 | 59 | 1D | 36 |
| Octal | 212 | 253 | 147 | 23 | 0 | 50 | 41 | 131 | 35 | 66 |
| Binary | 10001010 | 10101011 | 1100111 | 10011 | 0 | 101000 | 100001 | 1011001 | 11101 | 110110 |
Color Harmonies of #8AAB67
Complementary color
Monochromatic Colors of #8AAB67
Black with #8AAB67
Text Example
Text Example
White with #8AAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB67; }
p { color: rgb(138,171,103); }
H1.HeaderClassName
{
color: #8AAB67;
}
.AnyTagClassName
{
color: #8AAB67;
}
</style>
background-color css
<style>
a { background-color: #8AAB67; }
a { background-color: rgb(138,171,103); }
div.DivClassName
{
background-color: #8AAB67;
}
.BgClassName
{
background-color: #8AAB67;
}
</style>
border-color css
<style>
span { border-color: #8AAB67; }
span { border-color: rgb(138,171,103); }
td.TdClassName
{
border-color: #8AAB67;
}
.TagClassName
{
border-color: #8AAB67;
}
</style>