Shades of Chelsea Cucumber #8BA270
Tints of Chelsea Cucumber #8BA270
RGB
CMYK
RGB Variations
Color information
#8BA270 (or 0x8BA270) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 70. RGB value is (139,162,112). Sum of RGB (Red+Green+Blue) = 139+162+112=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA270 is #745D8F. Grayscale: #959595. Windows color (decimal): -7626128 or 7381643. OLE color: 7381643.
HSL color Cylindrical-coordinate representation of color #8BA270: hue angle of 87.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA270 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 112 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.36 |
| HSL | 87.6º | 0.21% | 0.54% | - |
| HSV(B) | 87.6º | 0.31% | 0.64% | - |
| XYZ | 26.49 | 32.5 | 20.21 | - |
| YUV | 149.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 112 | 0.14 | 0 | 0.31 | 0.36 | 87.6 | 0.21 | 0.54 |
| Hex | 8B | A2 | 70 | E | 0 | 1F | 24 | 58 | 15 | 36 |
| Octal | 213 | 242 | 160 | 16 | 0 | 37 | 44 | 130 | 25 | 66 |
| Binary | 10001011 | 10100010 | 1110000 | 1110 | 0 | 11111 | 100100 | 1011000 | 10101 | 110110 |
Color Harmonies of #8BA270
Complementary color
Monochromatic Colors of #8BA270
Black with #8BA270
Text Example
Text Example
White with #8BA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA270; }
p { color: rgb(139,162,112); }
H1.HeaderClassName
{
color: #8BA270;
}
.AnyTagClassName
{
color: #8BA270;
}
</style>
background-color css
<style>
a { background-color: #8BA270; }
a { background-color: rgb(139,162,112); }
div.DivClassName
{
background-color: #8BA270;
}
.BgClassName
{
background-color: #8BA270;
}
</style>
border-color css
<style>
span { border-color: #8BA270; }
span { border-color: rgb(139,162,112); }
td.TdClassName
{
border-color: #8BA270;
}
.TagClassName
{
border-color: #8BA270;
}
</style>