Shades of Chelsea Cucumber #8BA273
Tints of Chelsea Cucumber #8BA273
RGB
CMYK
RGB Variations
Color information
#8BA273 (or 0x8BA273) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 73. RGB value is (139,162,115). Sum of RGB (Red+Green+Blue) = 139+162+115=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA273 is #745D8C. Grayscale: #959595. Windows color (decimal): -7626125 or 7578251. OLE color: 7578251.
HSL color Cylindrical-coordinate representation of color #8BA273: hue angle of 89.36º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA273 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 115 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.36 |
| HSL | 89.36º | 0.2% | 0.54% | - |
| HSV(B) | 89.36º | 0.29% | 0.64% | - |
| XYZ | 26.66 | 32.57 | 21.1 | - |
| YUV | 149.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 115 | 0.14 | 0 | 0.29 | 0.36 | 89.36 | 0.2 | 0.54 |
| Hex | 8B | A2 | 73 | E | 0 | 1D | 24 | 59 | 14 | 36 |
| Octal | 213 | 242 | 163 | 16 | 0 | 35 | 44 | 131 | 24 | 66 |
| Binary | 10001011 | 10100010 | 1110011 | 1110 | 0 | 11101 | 100100 | 1011001 | 10100 | 110110 |
Color Harmonies of #8BA273
Complementary color
Monochromatic Colors of #8BA273
Black with #8BA273
Text Example
Text Example
White with #8BA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA273; }
p { color: rgb(139,162,115); }
H1.HeaderClassName
{
color: #8BA273;
}
.AnyTagClassName
{
color: #8BA273;
}
</style>
background-color css
<style>
a { background-color: #8BA273; }
a { background-color: rgb(139,162,115); }
div.DivClassName
{
background-color: #8BA273;
}
.BgClassName
{
background-color: #8BA273;
}
</style>
border-color css
<style>
span { border-color: #8BA273; }
span { border-color: rgb(139,162,115); }
td.TdClassName
{
border-color: #8BA273;
}
.TagClassName
{
border-color: #8BA273;
}
</style>