Shades of Chelsea Cucumber #8BA249
Tints of Chelsea Cucumber #8BA249
RGB
CMYK
RGB Variations
Color information
#8BA249 (or 0x8BA249) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 49. RGB value is (139,162,73). Sum of RGB (Red+Green+Blue) = 139+162+73=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA249 is #745DB6. Grayscale: #919191. Windows color (decimal): -7626167 or 4825739. OLE color: 4825739.
HSL color Cylindrical-coordinate representation of color #8BA249: hue angle of 75.51º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BA249 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 73 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.36 |
| HSL | 75.51º | 0.38% | 0.46% | - |
| HSV(B) | 75.51º | 0.55% | 0.64% | - |
| XYZ | 24.77 | 31.81 | 11.14 | - |
| YUV | 144.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 73 | 0.14 | 0 | 0.55 | 0.36 | 75.51 | 0.38 | 0.46 |
| Hex | 8B | A2 | 49 | E | 0 | 37 | 24 | 4C | 26 | 2E |
| Octal | 213 | 242 | 111 | 16 | 0 | 67 | 44 | 114 | 46 | 56 |
| Binary | 10001011 | 10100010 | 1001001 | 1110 | 0 | 110111 | 100100 | 1001100 | 100110 | 101110 |
Color Harmonies of #8BA249
Complementary color
Monochromatic Colors of #8BA249
Black with #8BA249
Text Example
Text Example
White with #8BA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA249; }
p { color: rgb(139,162,73); }
H1.HeaderClassName
{
color: #8BA249;
}
.AnyTagClassName
{
color: #8BA249;
}
</style>
background-color css
<style>
a { background-color: #8BA249; }
a { background-color: rgb(139,162,73); }
div.DivClassName
{
background-color: #8BA249;
}
.BgClassName
{
background-color: #8BA249;
}
</style>
border-color css
<style>
span { border-color: #8BA249; }
span { border-color: rgb(139,162,73); }
td.TdClassName
{
border-color: #8BA249;
}
.TagClassName
{
border-color: #8BA249;
}
</style>