Shades of Chelsea Cucumber #8BA15D
Tints of Chelsea Cucumber #8BA15D
RGB
CMYK
RGB Variations
Color information
#8BA15D (or 0x8BA15D) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 5D. RGB value is (139,161,93). Sum of RGB (Red+Green+Blue) = 139+161+93=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA15D is #745EA2. Grayscale: #929292. Windows color (decimal): -7626403 or 6136203. OLE color: 6136203.
HSL color Cylindrical-coordinate representation of color #8BA15D: hue angle of 79.41º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BA15D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 93 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.37 |
| HSL | 79.41º | 0.27% | 0.5% | - |
| HSV(B) | 79.41º | 0.42% | 0.63% | - |
| XYZ | 25.37 | 31.77 | 15.15 | - |
| YUV | 146.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 93 | 0.14 | 0 | 0.42 | 0.37 | 79.41 | 0.27 | 0.5 |
| Hex | 8B | A1 | 5D | E | 0 | 2A | 25 | 4F | 1B | 32 |
| Octal | 213 | 241 | 135 | 16 | 0 | 52 | 45 | 117 | 33 | 62 |
| Binary | 10001011 | 10100001 | 1011101 | 1110 | 0 | 101010 | 100101 | 1001111 | 11011 | 110010 |
Color Harmonies of #8BA15D
Complementary color
Monochromatic Colors of #8BA15D
Black with #8BA15D
Text Example
Text Example
White with #8BA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA15D; }
p { color: rgb(139,161,93); }
H1.HeaderClassName
{
color: #8BA15D;
}
.AnyTagClassName
{
color: #8BA15D;
}
</style>
background-color css
<style>
a { background-color: #8BA15D; }
a { background-color: rgb(139,161,93); }
div.DivClassName
{
background-color: #8BA15D;
}
.BgClassName
{
background-color: #8BA15D;
}
</style>
border-color css
<style>
span { border-color: #8BA15D; }
span { border-color: rgb(139,161,93); }
td.TdClassName
{
border-color: #8BA15D;
}
.TagClassName
{
border-color: #8BA15D;
}
</style>