Shades of Chelsea Cucumber #8A996B
Tints of Chelsea Cucumber #8A996B
RGB
CMYK
RGB Variations
Color information
#8A996B (or 0x8A996B) is known color: Chelsea Cucumber. HEX triplet: 8A, 99 and 6B. RGB value is (138,153,107). Sum of RGB (Red+Green+Blue) = 138+153+107=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #8A996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A996B is #756694. Grayscale: #8F8F8F. Windows color (decimal): -7693973 or 7051658. OLE color: 7051658.
HSL color Cylindrical-coordinate representation of color #8A996B: hue angle of 79.57º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A996B is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 107 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.4 |
| HSL | 79.57º | 0.18% | 0.51% | - |
| HSV(B) | 79.57º | 0.3% | 0.6% | - |
| XYZ | 24.53 | 29.25 | 18.26 | - |
| YUV | 143.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 107 | 0.10 | 0 | 0.30 | 0.4 | 79.57 | 0.18 | 0.51 |
| Hex | 8A | 99 | 6B | A | 0 | 1E | 28 | 50 | 12 | 33 |
| Octal | 212 | 231 | 153 | 12 | 0 | 36 | 50 | 120 | 22 | 63 |
| Binary | 10001010 | 10011001 | 1101011 | 1010 | 0 | 11110 | 101000 | 1010000 | 10010 | 110011 |
Color Harmonies of #8A996B
Complementary color
Monochromatic Colors of #8A996B
Black with #8A996B
Text Example
Text Example
White with #8A996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A996B; }
p { color: rgb(138,153,107); }
H1.HeaderClassName
{
color: #8A996B;
}
.AnyTagClassName
{
color: #8A996B;
}
</style>
background-color css
<style>
a { background-color: #8A996B; }
a { background-color: rgb(138,153,107); }
div.DivClassName
{
background-color: #8A996B;
}
.BgClassName
{
background-color: #8A996B;
}
</style>
border-color css
<style>
span { border-color: #8A996B; }
span { border-color: rgb(138,153,107); }
td.TdClassName
{
border-color: #8A996B;
}
.TagClassName
{
border-color: #8A996B;
}
</style>