Shades of Chelsea Cucumber #8BA96F
Tints of Chelsea Cucumber #8BA96F
RGB
CMYK
RGB Variations
Color information
#8BA96F (or 0x8BA96F) is known color: Chelsea Cucumber. HEX triplet: 8B, A9 and 6F. RGB value is (139,169,111). Sum of RGB (Red+Green+Blue) = 139+169+111=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA96F is #745690. Grayscale: #999999. Windows color (decimal): -7624337 or 7317899. OLE color: 7317899.
HSL color Cylindrical-coordinate representation of color #8BA96F: hue angle of 91.03º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BA96F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 111 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.34 |
| HSL | 91.03º | 0.25% | 0.55% | - |
| HSV(B) | 91.03º | 0.34% | 0.66% | - |
| XYZ | 27.7 | 35.01 | 20.34 | - |
| YUV | 153.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 111 | 0.18 | 0 | 0.34 | 0.34 | 91.03 | 0.25 | 0.55 |
| Hex | 8B | A9 | 6F | 12 | 0 | 22 | 22 | 5B | 19 | 37 |
| Octal | 213 | 251 | 157 | 22 | 0 | 42 | 42 | 133 | 31 | 67 |
| Binary | 10001011 | 10101001 | 1101111 | 10010 | 0 | 100010 | 100010 | 1011011 | 11001 | 110111 |
Color Harmonies of #8BA96F
Complementary color
Monochromatic Colors of #8BA96F
Black with #8BA96F
Text Example
Text Example
White with #8BA96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA96F; }
p { color: rgb(139,169,111); }
H1.HeaderClassName
{
color: #8BA96F;
}
.AnyTagClassName
{
color: #8BA96F;
}
</style>
background-color css
<style>
a { background-color: #8BA96F; }
a { background-color: rgb(139,169,111); }
div.DivClassName
{
background-color: #8BA96F;
}
.BgClassName
{
background-color: #8BA96F;
}
</style>
border-color css
<style>
span { border-color: #8BA96F; }
span { border-color: rgb(139,169,111); }
td.TdClassName
{
border-color: #8BA96F;
}
.TagClassName
{
border-color: #8BA96F;
}
</style>