Shades of Chelsea Cucumber #8BA965
Tints of Chelsea Cucumber #8BA965
RGB
CMYK
RGB Variations
Color information
#8BA965 (or 0x8BA965) is known color: Chelsea Cucumber. HEX triplet: 8B, A9 and 65. RGB value is (139,169,101). Sum of RGB (Red+Green+Blue) = 139+169+101=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA965 is #74569A. Grayscale: #989898. Windows color (decimal): -7624347 or 6662539. OLE color: 6662539.
HSL color Cylindrical-coordinate representation of color #8BA965: hue angle of 86.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA965 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 101 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.34 |
| HSL | 86.47º | 0.28% | 0.53% | - |
| HSV(B) | 86.47º | 0.4% | 0.66% | - |
| XYZ | 27.18 | 34.8 | 17.6 | - |
| YUV | 152.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 101 | 0.18 | 0 | 0.40 | 0.34 | 86.47 | 0.28 | 0.53 |
| Hex | 8B | A9 | 65 | 12 | 0 | 28 | 22 | 56 | 1C | 35 |
| Octal | 213 | 251 | 145 | 22 | 0 | 50 | 42 | 126 | 34 | 65 |
| Binary | 10001011 | 10101001 | 1100101 | 10010 | 0 | 101000 | 100010 | 1010110 | 11100 | 110101 |
Color Harmonies of #8BA965
Complementary color
Monochromatic Colors of #8BA965
Black with #8BA965
Text Example
Text Example
White with #8BA965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA965; }
p { color: rgb(139,169,101); }
H1.HeaderClassName
{
color: #8BA965;
}
.AnyTagClassName
{
color: #8BA965;
}
</style>
background-color css
<style>
a { background-color: #8BA965; }
a { background-color: rgb(139,169,101); }
div.DivClassName
{
background-color: #8BA965;
}
.BgClassName
{
background-color: #8BA965;
}
</style>
border-color css
<style>
span { border-color: #8BA965; }
span { border-color: rgb(139,169,101); }
td.TdClassName
{
border-color: #8BA965;
}
.TagClassName
{
border-color: #8BA965;
}
</style>