Shades of Chelsea Cucumber #8BA262
Tints of Chelsea Cucumber #8BA262
RGB
CMYK
RGB Variations
Color information
#8BA262 (or 0x8BA262) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 62. RGB value is (139,162,98). Sum of RGB (Red+Green+Blue) = 139+162+98=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA262 is #745D9D. Grayscale: #949494. Windows color (decimal): -7626142 or 6464139. OLE color: 6464139.
HSL color Cylindrical-coordinate representation of color #8BA262: hue angle of 81.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA262 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 98 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.36 |
| HSL | 81.56º | 0.26% | 0.51% | - |
| HSV(B) | 81.56º | 0.4% | 0.64% | - |
| XYZ | 25.77 | 32.21 | 16.41 | - |
| YUV | 147.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 98 | 0.14 | 0 | 0.40 | 0.36 | 81.56 | 0.26 | 0.51 |
| Hex | 8B | A2 | 62 | E | 0 | 28 | 24 | 52 | 1A | 33 |
| Octal | 213 | 242 | 142 | 16 | 0 | 50 | 44 | 122 | 32 | 63 |
| Binary | 10001011 | 10100010 | 1100010 | 1110 | 0 | 101000 | 100100 | 1010010 | 11010 | 110011 |
Color Harmonies of #8BA262
Complementary color
Monochromatic Colors of #8BA262
Black with #8BA262
Text Example
Text Example
White with #8BA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA262; }
p { color: rgb(139,162,98); }
H1.HeaderClassName
{
color: #8BA262;
}
.AnyTagClassName
{
color: #8BA262;
}
</style>
background-color css
<style>
a { background-color: #8BA262; }
a { background-color: rgb(139,162,98); }
div.DivClassName
{
background-color: #8BA262;
}
.BgClassName
{
background-color: #8BA262;
}
</style>
border-color css
<style>
span { border-color: #8BA262; }
span { border-color: rgb(139,162,98); }
td.TdClassName
{
border-color: #8BA262;
}
.TagClassName
{
border-color: #8BA262;
}
</style>