Shades of Chelsea Cucumber #8B9E52
Tints of Chelsea Cucumber #8B9E52
RGB
CMYK
RGB Variations
Color information
#8B9E52 (or 0x8B9E52) is known color: Chelsea Cucumber. HEX triplet: 8B, 9E and 52. RGB value is (139,158,82). Sum of RGB (Red+Green+Blue) = 139+158+82=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9E52 is #7461AD. Grayscale: #8F8F8F. Windows color (decimal): -7627182 or 5414539. OLE color: 5414539.
HSL color Cylindrical-coordinate representation of color #8B9E52: hue angle of 75º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B9E52 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 158 | 82 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.38 |
| HSL | 75º | 0.32% | 0.47% | - |
| HSV(B) | 75º | 0.48% | 0.62% | - |
| XYZ | 24.4 | 30.55 | 12.59 | - |
| YUV | 143.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 82 | 0.12 | 0 | 0.48 | 0.38 | 75 | 0.32 | 0.47 |
| Hex | 8B | 9E | 52 | C | 0 | 30 | 26 | 4B | 20 | 2F |
| Octal | 213 | 236 | 122 | 14 | 0 | 60 | 46 | 113 | 40 | 57 |
| Binary | 10001011 | 10011110 | 1010010 | 1100 | 0 | 110000 | 100110 | 1001011 | 100000 | 101111 |
Color Harmonies of #8B9E52
Complementary color
Monochromatic Colors of #8B9E52
Black with #8B9E52
Text Example
Text Example
White with #8B9E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9E52; }
p { color: rgb(139,158,82); }
H1.HeaderClassName
{
color: #8B9E52;
}
.AnyTagClassName
{
color: #8B9E52;
}
</style>
background-color css
<style>
a { background-color: #8B9E52; }
a { background-color: rgb(139,158,82); }
div.DivClassName
{
background-color: #8B9E52;
}
.BgClassName
{
background-color: #8B9E52;
}
</style>
border-color css
<style>
span { border-color: #8B9E52; }
span { border-color: rgb(139,158,82); }
td.TdClassName
{
border-color: #8B9E52;
}
.TagClassName
{
border-color: #8B9E52;
}
</style>