Shades of Chelsea Cucumber #8B9B6A
Tints of Chelsea Cucumber #8B9B6A
RGB
CMYK
RGB Variations
Color information
#8B9B6A (or 0x8B9B6A) is known color: Chelsea Cucumber. HEX triplet: 8B, 9B and 6A. RGB value is (139,155,106). Sum of RGB (Red+Green+Blue) = 139+155+106=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B6A is #746495. Grayscale: #909090. Windows color (decimal): -7627926 or 6986635. OLE color: 6986635.
HSL color Cylindrical-coordinate representation of color #8B9B6A: hue angle of 79.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9B6A is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 155 | 106 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.39 |
| HSL | 79.59º | 0.2% | 0.51% | - |
| HSV(B) | 79.59º | 0.32% | 0.61% | - |
| XYZ | 24.97 | 29.97 | 18.1 | - |
| YUV | 144.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 106 | 0.10 | 0 | 0.32 | 0.39 | 79.59 | 0.2 | 0.51 |
| Hex | 8B | 9B | 6A | A | 0 | 20 | 27 | 50 | 14 | 33 |
| Octal | 213 | 233 | 152 | 12 | 0 | 40 | 47 | 120 | 24 | 63 |
| Binary | 10001011 | 10011011 | 1101010 | 1010 | 0 | 100000 | 100111 | 1010000 | 10100 | 110011 |
Color Harmonies of #8B9B6A
Complementary color
Monochromatic Colors of #8B9B6A
Black with #8B9B6A
Text Example
Text Example
White with #8B9B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9B6A; }
p { color: rgb(139,155,106); }
H1.HeaderClassName
{
color: #8B9B6A;
}
.AnyTagClassName
{
color: #8B9B6A;
}
</style>
background-color css
<style>
a { background-color: #8B9B6A; }
a { background-color: rgb(139,155,106); }
div.DivClassName
{
background-color: #8B9B6A;
}
.BgClassName
{
background-color: #8B9B6A;
}
</style>
border-color css
<style>
span { border-color: #8B9B6A; }
span { border-color: rgb(139,155,106); }
td.TdClassName
{
border-color: #8B9B6A;
}
.TagClassName
{
border-color: #8B9B6A;
}
</style>