Shades of Chelsea Cucumber #8B9E64
Tints of Chelsea Cucumber #8B9E64
RGB
CMYK
RGB Variations
Color information
#8B9E64 (or 0x8B9E64) is known color: Chelsea Cucumber. HEX triplet: 8B, 9E and 64. RGB value is (139,158,100). Sum of RGB (Red+Green+Blue) = 139+158+100=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9E64 is #74619B. Grayscale: #919191. Windows color (decimal): -7627164 or 6594187. OLE color: 6594187.
HSL color Cylindrical-coordinate representation of color #8B9E64: hue angle of 79.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9E64 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 158 | 100 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.38 |
| HSL | 79.66º | 0.23% | 0.51% | - |
| HSV(B) | 79.66º | 0.37% | 0.62% | - |
| XYZ | 25.17 | 30.86 | 16.69 | - |
| YUV | 145.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 100 | 0.12 | 0 | 0.37 | 0.38 | 79.66 | 0.23 | 0.51 |
| Hex | 8B | 9E | 64 | C | 0 | 25 | 26 | 50 | 17 | 33 |
| Octal | 213 | 236 | 144 | 14 | 0 | 45 | 46 | 120 | 27 | 63 |
| Binary | 10001011 | 10011110 | 1100100 | 1100 | 0 | 100101 | 100110 | 1010000 | 10111 | 110011 |
Color Harmonies of #8B9E64
Complementary color
Monochromatic Colors of #8B9E64
Black with #8B9E64
Text Example
Text Example
White with #8B9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9E64; }
p { color: rgb(139,158,100); }
H1.HeaderClassName
{
color: #8B9E64;
}
.AnyTagClassName
{
color: #8B9E64;
}
</style>
background-color css
<style>
a { background-color: #8B9E64; }
a { background-color: rgb(139,158,100); }
div.DivClassName
{
background-color: #8B9E64;
}
.BgClassName
{
background-color: #8B9E64;
}
</style>
border-color css
<style>
span { border-color: #8B9E64; }
span { border-color: rgb(139,158,100); }
td.TdClassName
{
border-color: #8B9E64;
}
.TagClassName
{
border-color: #8B9E64;
}
</style>