Shades of Chelsea Cucumber #8B9E6A
Tints of Chelsea Cucumber #8B9E6A
RGB
CMYK
RGB Variations
Color information
#8B9E6A (or 0x8B9E6A) is known color: Chelsea Cucumber. HEX triplet: 8B, 9E and 6A. RGB value is (139,158,106). Sum of RGB (Red+Green+Blue) = 139+158+106=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9E6A is #746195. Grayscale: #929292. Windows color (decimal): -7627158 or 6987403. OLE color: 6987403.
HSL color Cylindrical-coordinate representation of color #8B9E6A: hue angle of 81.92º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B9E6A is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 158 | 106 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.38 |
| HSL | 81.92º | 0.21% | 0.52% | - |
| HSV(B) | 81.92º | 0.33% | 0.62% | - |
| XYZ | 25.48 | 30.98 | 18.27 | - |
| YUV | 146.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 106 | 0.12 | 0 | 0.33 | 0.38 | 81.92 | 0.21 | 0.52 |
| Hex | 8B | 9E | 6A | C | 0 | 21 | 26 | 52 | 15 | 34 |
| Octal | 213 | 236 | 152 | 14 | 0 | 41 | 46 | 122 | 25 | 64 |
| Binary | 10001011 | 10011110 | 1101010 | 1100 | 0 | 100001 | 100110 | 1010010 | 10101 | 110100 |
Color Harmonies of #8B9E6A
Complementary color
Monochromatic Colors of #8B9E6A
Black with #8B9E6A
Text Example
Text Example
White with #8B9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9E6A; }
p { color: rgb(139,158,106); }
H1.HeaderClassName
{
color: #8B9E6A;
}
.AnyTagClassName
{
color: #8B9E6A;
}
</style>
background-color css
<style>
a { background-color: #8B9E6A; }
a { background-color: rgb(139,158,106); }
div.DivClassName
{
background-color: #8B9E6A;
}
.BgClassName
{
background-color: #8B9E6A;
}
</style>
border-color css
<style>
span { border-color: #8B9E6A; }
span { border-color: rgb(139,158,106); }
td.TdClassName
{
border-color: #8B9E6A;
}
.TagClassName
{
border-color: #8B9E6A;
}
</style>