Shades of Chelsea Cucumber #8BA15C
Tints of Chelsea Cucumber #8BA15C
RGB
CMYK
RGB Variations
Color information
#8BA15C (or 0x8BA15C) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 5C. RGB value is (139,161,92). Sum of RGB (Red+Green+Blue) = 139+161+92=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA15C is #745EA3. Grayscale: #929292. Windows color (decimal): -7626404 or 6070667. OLE color: 6070667.
HSL color Cylindrical-coordinate representation of color #8BA15C: hue angle of 79.13º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BA15C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 92 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.37 |
| HSL | 79.13º | 0.27% | 0.5% | - |
| HSV(B) | 79.13º | 0.43% | 0.63% | - |
| XYZ | 25.32 | 31.75 | 14.92 | - |
| YUV | 146.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 92 | 0.14 | 0 | 0.43 | 0.37 | 79.13 | 0.27 | 0.5 |
| Hex | 8B | A1 | 5C | E | 0 | 2B | 25 | 4F | 1B | 32 |
| Octal | 213 | 241 | 134 | 16 | 0 | 53 | 45 | 117 | 33 | 62 |
| Binary | 10001011 | 10100001 | 1011100 | 1110 | 0 | 101011 | 100101 | 1001111 | 11011 | 110010 |
Color Harmonies of #8BA15C
Complementary color
Monochromatic Colors of #8BA15C
Black with #8BA15C
Text Example
Text Example
White with #8BA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA15C; }
p { color: rgb(139,161,92); }
H1.HeaderClassName
{
color: #8BA15C;
}
.AnyTagClassName
{
color: #8BA15C;
}
</style>
background-color css
<style>
a { background-color: #8BA15C; }
a { background-color: rgb(139,161,92); }
div.DivClassName
{
background-color: #8BA15C;
}
.BgClassName
{
background-color: #8BA15C;
}
</style>
border-color css
<style>
span { border-color: #8BA15C; }
span { border-color: rgb(139,161,92); }
td.TdClassName
{
border-color: #8BA15C;
}
.TagClassName
{
border-color: #8BA15C;
}
</style>