Shades of Chelsea Cucumber #8BA250
Tints of Chelsea Cucumber #8BA250
RGB
CMYK
RGB Variations
Color information
#8BA250 (or 0x8BA250) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 50. RGB value is (139,162,80). Sum of RGB (Red+Green+Blue) = 139+162+80=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA250 is #745DAF. Grayscale: #929292. Windows color (decimal): -7626160 or 5284491. OLE color: 5284491.
HSL color Cylindrical-coordinate representation of color #8BA250: hue angle of 76.83º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BA250 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 80 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.36 |
| HSL | 76.83º | 0.34% | 0.47% | - |
| HSV(B) | 76.83º | 0.51% | 0.64% | - |
| XYZ | 25.02 | 31.91 | 12.43 | - |
| YUV | 145.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 80 | 0.14 | 0 | 0.51 | 0.36 | 76.83 | 0.34 | 0.47 |
| Hex | 8B | A2 | 50 | E | 0 | 33 | 24 | 4D | 22 | 2F |
| Octal | 213 | 242 | 120 | 16 | 0 | 63 | 44 | 115 | 42 | 57 |
| Binary | 10001011 | 10100010 | 1010000 | 1110 | 0 | 110011 | 100100 | 1001101 | 100010 | 101111 |
Color Harmonies of #8BA250
Complementary color
Monochromatic Colors of #8BA250
Black with #8BA250
Text Example
Text Example
White with #8BA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA250; }
p { color: rgb(139,162,80); }
H1.HeaderClassName
{
color: #8BA250;
}
.AnyTagClassName
{
color: #8BA250;
}
</style>
background-color css
<style>
a { background-color: #8BA250; }
a { background-color: rgb(139,162,80); }
div.DivClassName
{
background-color: #8BA250;
}
.BgClassName
{
background-color: #8BA250;
}
</style>
border-color css
<style>
span { border-color: #8BA250; }
span { border-color: rgb(139,162,80); }
td.TdClassName
{
border-color: #8BA250;
}
.TagClassName
{
border-color: #8BA250;
}
</style>