Shades of Chelsea Cucumber #8BA04A
Tints of Chelsea Cucumber #8BA04A
RGB
CMYK
RGB Variations
Color information
#8BA04A (or 0x8BA04A) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 4A. RGB value is (139,160,74). Sum of RGB (Red+Green+Blue) = 139+160+74=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA04A is #745FB5. Grayscale: #909090. Windows color (decimal): -7626678 or 4890763. OLE color: 4890763.
HSL color Cylindrical-coordinate representation of color #8BA04A: hue angle of 74.65º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BA04A is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 74 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.37 |
| HSL | 74.65º | 0.37% | 0.46% | - |
| HSV(B) | 74.65º | 0.54% | 0.63% | - |
| XYZ | 24.45 | 31.12 | 11.2 | - |
| YUV | 143.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 74 | 0.13 | 0 | 0.54 | 0.37 | 74.65 | 0.37 | 0.46 |
| Hex | 8B | A0 | 4A | D | 0 | 36 | 25 | 4B | 25 | 2E |
| Octal | 213 | 240 | 112 | 15 | 0 | 66 | 45 | 113 | 45 | 56 |
| Binary | 10001011 | 10100000 | 1001010 | 1101 | 0 | 110110 | 100101 | 1001011 | 100101 | 101110 |
Color Harmonies of #8BA04A
Complementary color
Monochromatic Colors of #8BA04A
Black with #8BA04A
Text Example
Text Example
White with #8BA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA04A; }
p { color: rgb(139,160,74); }
H1.HeaderClassName
{
color: #8BA04A;
}
.AnyTagClassName
{
color: #8BA04A;
}
</style>
background-color css
<style>
a { background-color: #8BA04A; }
a { background-color: rgb(139,160,74); }
div.DivClassName
{
background-color: #8BA04A;
}
.BgClassName
{
background-color: #8BA04A;
}
</style>
border-color css
<style>
span { border-color: #8BA04A; }
span { border-color: rgb(139,160,74); }
td.TdClassName
{
border-color: #8BA04A;
}
.TagClassName
{
border-color: #8BA04A;
}
</style>