Shades of Chelsea Cucumber #8BA845
Tints of Chelsea Cucumber #8BA845
RGB
CMYK
RGB Variations
Color information
#8BA845 (or 0x8BA845) is known color: Chelsea Cucumber. HEX triplet: 8B, A8 and 45. RGB value is (139,168,69). Sum of RGB (Red+Green+Blue) = 139+168+69=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA845 is #7457BA. Grayscale: #949494. Windows color (decimal): -7624635 or 4565131. OLE color: 4565131.
HSL color Cylindrical-coordinate representation of color #8BA845: hue angle of 77.58º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BA845 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 69 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.34 |
| HSL | 77.58º | 0.42% | 0.46% | - |
| HSV(B) | 77.58º | 0.59% | 0.66% | - |
| XYZ | 25.72 | 33.92 | 10.82 | - |
| YUV | 148.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 69 | 0.17 | 0 | 0.59 | 0.34 | 77.58 | 0.42 | 0.46 |
| Hex | 8B | A8 | 45 | 11 | 0 | 3B | 22 | 4E | 2A | 2E |
| Octal | 213 | 250 | 105 | 21 | 0 | 73 | 42 | 116 | 52 | 56 |
| Binary | 10001011 | 10101000 | 1000101 | 10001 | 0 | 111011 | 100010 | 1001110 | 101010 | 101110 |
Color Harmonies of #8BA845
Complementary color
Monochromatic Colors of #8BA845
Black with #8BA845
Text Example
Text Example
White with #8BA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA845; }
p { color: rgb(139,168,69); }
H1.HeaderClassName
{
color: #8BA845;
}
.AnyTagClassName
{
color: #8BA845;
}
</style>
background-color css
<style>
a { background-color: #8BA845; }
a { background-color: rgb(139,168,69); }
div.DivClassName
{
background-color: #8BA845;
}
.BgClassName
{
background-color: #8BA845;
}
</style>
border-color css
<style>
span { border-color: #8BA845; }
span { border-color: rgb(139,168,69); }
td.TdClassName
{
border-color: #8BA845;
}
.TagClassName
{
border-color: #8BA845;
}
</style>