Shades of Chelsea Cucumber #8BA565
Tints of Chelsea Cucumber #8BA565
RGB
CMYK
RGB Variations
Color information
#8BA565 (or 0x8BA565) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 65. RGB value is (139,165,101). Sum of RGB (Red+Green+Blue) = 139+165+101=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA565 is #745A9A. Grayscale: #969696. Windows color (decimal): -7625371 or 6661515. OLE color: 6661515.
HSL color Cylindrical-coordinate representation of color #8BA565: hue angle of 84.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BA565 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 101 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.35 |
| HSL | 84.38º | 0.26% | 0.52% | - |
| HSV(B) | 84.38º | 0.39% | 0.65% | - |
| XYZ | 26.45 | 33.34 | 17.35 | - |
| YUV | 149.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 101 | 0.16 | 0 | 0.39 | 0.35 | 84.38 | 0.26 | 0.52 |
| Hex | 8B | A5 | 65 | 10 | 0 | 27 | 23 | 54 | 1A | 34 |
| Octal | 213 | 245 | 145 | 20 | 0 | 47 | 43 | 124 | 32 | 64 |
| Binary | 10001011 | 10100101 | 1100101 | 10000 | 0 | 100111 | 100011 | 1010100 | 11010 | 110100 |
Color Harmonies of #8BA565
Complementary color
Monochromatic Colors of #8BA565
Black with #8BA565
Text Example
Text Example
White with #8BA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA565; }
p { color: rgb(139,165,101); }
H1.HeaderClassName
{
color: #8BA565;
}
.AnyTagClassName
{
color: #8BA565;
}
</style>
background-color css
<style>
a { background-color: #8BA565; }
a { background-color: rgb(139,165,101); }
div.DivClassName
{
background-color: #8BA565;
}
.BgClassName
{
background-color: #8BA565;
}
</style>
border-color css
<style>
span { border-color: #8BA565; }
span { border-color: rgb(139,165,101); }
td.TdClassName
{
border-color: #8BA565;
}
.TagClassName
{
border-color: #8BA565;
}
</style>