Shades of Chelsea Cucumber #8B9E5F
Tints of Chelsea Cucumber #8B9E5F
RGB
CMYK
RGB Variations
Color information
#8B9E5F (or 0x8B9E5F) is known color: Chelsea Cucumber. HEX triplet: 8B, 9E and 5F. RGB value is (139,158,95). Sum of RGB (Red+Green+Blue) = 139+158+95=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9E5F is #7461A0. Grayscale: #919191. Windows color (decimal): -7627169 or 6266507. OLE color: 6266507.
HSL color Cylindrical-coordinate representation of color #8B9E5F: hue angle of 78.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B9E5F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 158 | 95 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.38 |
| HSL | 78.1º | 0.25% | 0.5% | - |
| HSV(B) | 78.1º | 0.4% | 0.62% | - |
| XYZ | 24.94 | 30.77 | 15.45 | - |
| YUV | 145.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 95 | 0.12 | 0 | 0.40 | 0.38 | 78.1 | 0.25 | 0.5 |
| Hex | 8B | 9E | 5F | C | 0 | 28 | 26 | 4E | 19 | 32 |
| Octal | 213 | 236 | 137 | 14 | 0 | 50 | 46 | 116 | 31 | 62 |
| Binary | 10001011 | 10011110 | 1011111 | 1100 | 0 | 101000 | 100110 | 1001110 | 11001 | 110010 |
Color Harmonies of #8B9E5F
Complementary color
Monochromatic Colors of #8B9E5F
Black with #8B9E5F
Text Example
Text Example
White with #8B9E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9E5F; }
p { color: rgb(139,158,95); }
H1.HeaderClassName
{
color: #8B9E5F;
}
.AnyTagClassName
{
color: #8B9E5F;
}
</style>
background-color css
<style>
a { background-color: #8B9E5F; }
a { background-color: rgb(139,158,95); }
div.DivClassName
{
background-color: #8B9E5F;
}
.BgClassName
{
background-color: #8B9E5F;
}
</style>
border-color css
<style>
span { border-color: #8B9E5F; }
span { border-color: rgb(139,158,95); }
td.TdClassName
{
border-color: #8B9E5F;
}
.TagClassName
{
border-color: #8B9E5F;
}
</style>