Shades of Chelsea Cucumber #8BA26B
Tints of Chelsea Cucumber #8BA26B
RGB
CMYK
RGB Variations
Color information
#8BA26B (or 0x8BA26B) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 6B. RGB value is (139,162,107). Sum of RGB (Red+Green+Blue) = 139+162+107=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA26B is #745D94. Grayscale: #959595. Windows color (decimal): -7626133 or 7053963. OLE color: 7053963.
HSL color Cylindrical-coordinate representation of color #8BA26B: hue angle of 85.09º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BA26B is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 107 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.36 |
| HSL | 85.09º | 0.23% | 0.53% | - |
| HSV(B) | 85.09º | 0.34% | 0.64% | - |
| XYZ | 26.22 | 32.39 | 18.78 | - |
| YUV | 148.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 107 | 0.14 | 0 | 0.34 | 0.36 | 85.09 | 0.23 | 0.53 |
| Hex | 8B | A2 | 6B | E | 0 | 22 | 24 | 55 | 17 | 35 |
| Octal | 213 | 242 | 153 | 16 | 0 | 42 | 44 | 125 | 27 | 65 |
| Binary | 10001011 | 10100010 | 1101011 | 1110 | 0 | 100010 | 100100 | 1010101 | 10111 | 110101 |
Color Harmonies of #8BA26B
Complementary color
Monochromatic Colors of #8BA26B
Black with #8BA26B
Text Example
Text Example
White with #8BA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA26B; }
p { color: rgb(139,162,107); }
H1.HeaderClassName
{
color: #8BA26B;
}
.AnyTagClassName
{
color: #8BA26B;
}
</style>
background-color css
<style>
a { background-color: #8BA26B; }
a { background-color: rgb(139,162,107); }
div.DivClassName
{
background-color: #8BA26B;
}
.BgClassName
{
background-color: #8BA26B;
}
</style>
border-color css
<style>
span { border-color: #8BA26B; }
span { border-color: rgb(139,162,107); }
td.TdClassName
{
border-color: #8BA26B;
}
.TagClassName
{
border-color: #8BA26B;
}
</style>