Shades of Chelsea Cucumber #8B995A
Tints of Chelsea Cucumber #8B995A
RGB
CMYK
RGB Variations
Color information
#8B995A (or 0x8B995A) is known color: Chelsea Cucumber. HEX triplet: 8B, 99 and 5A. RGB value is (139,153,90). Sum of RGB (Red+Green+Blue) = 139+153+90=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #8B995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B995A is #7466A5. Grayscale: #8D8D8D. Windows color (decimal): -7628454 or 5937547. OLE color: 5937547.
HSL color Cylindrical-coordinate representation of color #8B995A: hue angle of 73.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B995A is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 90 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.4 |
| HSL | 73.33º | 0.26% | 0.48% | - |
| HSV(B) | 73.33º | 0.41% | 0.6% | - |
| XYZ | 23.88 | 29.01 | 14.01 | - |
| YUV | 141.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 90 | 0.09 | 0 | 0.41 | 0.4 | 73.33 | 0.26 | 0.48 |
| Hex | 8B | 99 | 5A | 9 | 0 | 29 | 28 | 49 | 1A | 30 |
| Octal | 213 | 231 | 132 | 11 | 0 | 51 | 50 | 111 | 32 | 60 |
| Binary | 10001011 | 10011001 | 1011010 | 1001 | 0 | 101001 | 101000 | 1001001 | 11010 | 110000 |
Color Harmonies of #8B995A
Complementary color
Monochromatic Colors of #8B995A
Black with #8B995A
Text Example
Text Example
White with #8B995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B995A; }
p { color: rgb(139,153,90); }
H1.HeaderClassName
{
color: #8B995A;
}
.AnyTagClassName
{
color: #8B995A;
}
</style>
background-color css
<style>
a { background-color: #8B995A; }
a { background-color: rgb(139,153,90); }
div.DivClassName
{
background-color: #8B995A;
}
.BgClassName
{
background-color: #8B995A;
}
</style>
border-color css
<style>
span { border-color: #8B995A; }
span { border-color: rgb(139,153,90); }
td.TdClassName
{
border-color: #8B995A;
}
.TagClassName
{
border-color: #8B995A;
}
</style>