Shades of Chelsea Cucumber #8A995F
Tints of Chelsea Cucumber #8A995F
RGB
CMYK
RGB Variations
Color information
#8A995F (or 0x8A995F) is known color: Chelsea Cucumber. HEX triplet: 8A, 99 and 5F. RGB value is (138,153,95). Sum of RGB (Red+Green+Blue) = 138+153+95=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #8A995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A995F is #7566A0. Grayscale: #8E8E8E. Windows color (decimal): -7693985 or 6265226. OLE color: 6265226.
HSL color Cylindrical-coordinate representation of color #8A995F: hue angle of 75.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A995F is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 95 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.4 |
| HSL | 75.52º | 0.23% | 0.49% | - |
| HSV(B) | 75.52º | 0.38% | 0.6% | - |
| XYZ | 23.94 | 29.01 | 15.16 | - |
| YUV | 141.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 95 | 0.10 | 0 | 0.38 | 0.4 | 75.52 | 0.23 | 0.49 |
| Hex | 8A | 99 | 5F | A | 0 | 26 | 28 | 4C | 17 | 31 |
| Octal | 212 | 231 | 137 | 12 | 0 | 46 | 50 | 114 | 27 | 61 |
| Binary | 10001010 | 10011001 | 1011111 | 1010 | 0 | 100110 | 101000 | 1001100 | 10111 | 110001 |
Color Harmonies of #8A995F
Complementary color
Monochromatic Colors of #8A995F
Black with #8A995F
Text Example
Text Example
White with #8A995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A995F; }
p { color: rgb(138,153,95); }
H1.HeaderClassName
{
color: #8A995F;
}
.AnyTagClassName
{
color: #8A995F;
}
</style>
background-color css
<style>
a { background-color: #8A995F; }
a { background-color: rgb(138,153,95); }
div.DivClassName
{
background-color: #8A995F;
}
.BgClassName
{
background-color: #8A995F;
}
</style>
border-color css
<style>
span { border-color: #8A995F; }
span { border-color: rgb(138,153,95); }
td.TdClassName
{
border-color: #8A995F;
}
.TagClassName
{
border-color: #8A995F;
}
</style>