Shades of Chelsea Cucumber #8BA263
Tints of Chelsea Cucumber #8BA263
RGB
CMYK
RGB Variations
Color information
#8BA263 (or 0x8BA263) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 63. RGB value is (139,162,99). Sum of RGB (Red+Green+Blue) = 139+162+99=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA263 is #745D9C. Grayscale: #949494. Windows color (decimal): -7626141 or 6529675. OLE color: 6529675.
HSL color Cylindrical-coordinate representation of color #8BA263: hue angle of 81.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BA263 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 99 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.36 |
| HSL | 81.9º | 0.25% | 0.51% | - |
| HSV(B) | 81.9º | 0.39% | 0.64% | - |
| XYZ | 25.82 | 32.23 | 16.66 | - |
| YUV | 147.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 99 | 0.14 | 0 | 0.39 | 0.36 | 81.9 | 0.25 | 0.51 |
| Hex | 8B | A2 | 63 | E | 0 | 27 | 24 | 52 | 19 | 33 |
| Octal | 213 | 242 | 143 | 16 | 0 | 47 | 44 | 122 | 31 | 63 |
| Binary | 10001011 | 10100010 | 1100011 | 1110 | 0 | 100111 | 100100 | 1010010 | 11001 | 110011 |
Color Harmonies of #8BA263
Complementary color
Monochromatic Colors of #8BA263
Black with #8BA263
Text Example
Text Example
White with #8BA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA263; }
p { color: rgb(139,162,99); }
H1.HeaderClassName
{
color: #8BA263;
}
.AnyTagClassName
{
color: #8BA263;
}
</style>
background-color css
<style>
a { background-color: #8BA263; }
a { background-color: rgb(139,162,99); }
div.DivClassName
{
background-color: #8BA263;
}
.BgClassName
{
background-color: #8BA263;
}
</style>
border-color css
<style>
span { border-color: #8BA263; }
span { border-color: rgb(139,162,99); }
td.TdClassName
{
border-color: #8BA263;
}
.TagClassName
{
border-color: #8BA263;
}
</style>