Shades of Chelsea Cucumber #8BA254
Tints of Chelsea Cucumber #8BA254
RGB
CMYK
RGB Variations
Color information
#8BA254 (or 0x8BA254) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 54. RGB value is (139,162,84). Sum of RGB (Red+Green+Blue) = 139+162+84=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA254 is #745DAB. Grayscale: #929292. Windows color (decimal): -7626156 or 5546635. OLE color: 5546635.
HSL color Cylindrical-coordinate representation of color #8BA254: hue angle of 77.69º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BA254 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 84 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.36 |
| HSL | 77.69º | 0.32% | 0.48% | - |
| HSV(B) | 77.69º | 0.48% | 0.64% | - |
| XYZ | 25.17 | 31.97 | 13.23 | - |
| YUV | 146.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 84 | 0.14 | 0 | 0.48 | 0.36 | 77.69 | 0.32 | 0.48 |
| Hex | 8B | A2 | 54 | E | 0 | 30 | 24 | 4E | 20 | 30 |
| Octal | 213 | 242 | 124 | 16 | 0 | 60 | 44 | 116 | 40 | 60 |
| Binary | 10001011 | 10100010 | 1010100 | 1110 | 0 | 110000 | 100100 | 1001110 | 100000 | 110000 |
Color Harmonies of #8BA254
Complementary color
Monochromatic Colors of #8BA254
Black with #8BA254
Text Example
Text Example
White with #8BA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA254; }
p { color: rgb(139,162,84); }
H1.HeaderClassName
{
color: #8BA254;
}
.AnyTagClassName
{
color: #8BA254;
}
</style>
background-color css
<style>
a { background-color: #8BA254; }
a { background-color: rgb(139,162,84); }
div.DivClassName
{
background-color: #8BA254;
}
.BgClassName
{
background-color: #8BA254;
}
</style>
border-color css
<style>
span { border-color: #8BA254; }
span { border-color: rgb(139,162,84); }
td.TdClassName
{
border-color: #8BA254;
}
.TagClassName
{
border-color: #8BA254;
}
</style>