Shades of Chelsea Cucumber #8B9F5D
Tints of Chelsea Cucumber #8B9F5D
RGB
CMYK
RGB Variations
Color information
#8B9F5D (or 0x8B9F5D) is known color: Chelsea Cucumber. HEX triplet: 8B, 9F and 5D. RGB value is (139,159,93). Sum of RGB (Red+Green+Blue) = 139+159+93=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9F5D is #7460A2. Grayscale: #919191. Windows color (decimal): -7626915 or 6135691. OLE color: 6135691.
HSL color Cylindrical-coordinate representation of color #8B9F5D: hue angle of 78.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B9F5D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 159 | 93 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.38 |
| HSL | 78.18º | 0.26% | 0.49% | - |
| HSV(B) | 78.18º | 0.42% | 0.62% | - |
| XYZ | 25.02 | 31.08 | 15.04 | - |
| YUV | 145.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 93 | 0.13 | 0 | 0.42 | 0.38 | 78.18 | 0.26 | 0.49 |
| Hex | 8B | 9F | 5D | D | 0 | 2A | 26 | 4E | 1A | 31 |
| Octal | 213 | 237 | 135 | 15 | 0 | 52 | 46 | 116 | 32 | 61 |
| Binary | 10001011 | 10011111 | 1011101 | 1101 | 0 | 101010 | 100110 | 1001110 | 11010 | 110001 |
Color Harmonies of #8B9F5D
Complementary color
Monochromatic Colors of #8B9F5D
Black with #8B9F5D
Text Example
Text Example
White with #8B9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9F5D; }
p { color: rgb(139,159,93); }
H1.HeaderClassName
{
color: #8B9F5D;
}
.AnyTagClassName
{
color: #8B9F5D;
}
</style>
background-color css
<style>
a { background-color: #8B9F5D; }
a { background-color: rgb(139,159,93); }
div.DivClassName
{
background-color: #8B9F5D;
}
.BgClassName
{
background-color: #8B9F5D;
}
</style>
border-color css
<style>
span { border-color: #8B9F5D; }
span { border-color: rgb(139,159,93); }
td.TdClassName
{
border-color: #8B9F5D;
}
.TagClassName
{
border-color: #8B9F5D;
}
</style>