Shades of Chelsea Cucumber #8BA45F
Tints of Chelsea Cucumber #8BA45F
RGB
CMYK
RGB Variations
Color information
#8BA45F (or 0x8BA45F) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 5F. RGB value is (139,164,95). Sum of RGB (Red+Green+Blue) = 139+164+95=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA45F is #745BA0. Grayscale: #949494. Windows color (decimal): -7625633 or 6268043. OLE color: 6268043.
HSL color Cylindrical-coordinate representation of color #8BA45F: hue angle of 81.74º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BA45F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 95 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.36 |
| HSL | 81.74º | 0.27% | 0.51% | - |
| HSV(B) | 81.74º | 0.42% | 0.64% | - |
| XYZ | 25.99 | 32.87 | 15.8 | - |
| YUV | 148.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 95 | 0.15 | 0 | 0.42 | 0.36 | 81.74 | 0.27 | 0.51 |
| Hex | 8B | A4 | 5F | F | 0 | 2A | 24 | 52 | 1B | 33 |
| Octal | 213 | 244 | 137 | 17 | 0 | 52 | 44 | 122 | 33 | 63 |
| Binary | 10001011 | 10100100 | 1011111 | 1111 | 0 | 101010 | 100100 | 1010010 | 11011 | 110011 |
Color Harmonies of #8BA45F
Complementary color
Monochromatic Colors of #8BA45F
Black with #8BA45F
Text Example
Text Example
White with #8BA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA45F; }
p { color: rgb(139,164,95); }
H1.HeaderClassName
{
color: #8BA45F;
}
.AnyTagClassName
{
color: #8BA45F;
}
</style>
background-color css
<style>
a { background-color: #8BA45F; }
a { background-color: rgb(139,164,95); }
div.DivClassName
{
background-color: #8BA45F;
}
.BgClassName
{
background-color: #8BA45F;
}
</style>
border-color css
<style>
span { border-color: #8BA45F; }
span { border-color: rgb(139,164,95); }
td.TdClassName
{
border-color: #8BA45F;
}
.TagClassName
{
border-color: #8BA45F;
}
</style>