Shades of Chelsea Cucumber #8BA355
Tints of Chelsea Cucumber #8BA355
RGB
CMYK
RGB Variations
Color information
#8BA355 (or 0x8BA355) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 55. RGB value is (139,163,85). Sum of RGB (Red+Green+Blue) = 139+163+85=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA355 is #745CAA. Grayscale: #939393. Windows color (decimal): -7625899 or 5612427. OLE color: 5612427.
HSL color Cylindrical-coordinate representation of color #8BA355: hue angle of 78.46º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BA355 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 85 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.36 |
| HSL | 78.46º | 0.31% | 0.49% | - |
| HSV(B) | 78.46º | 0.48% | 0.64% | - |
| XYZ | 25.38 | 32.34 | 13.5 | - |
| YUV | 146.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 85 | 0.15 | 0 | 0.48 | 0.36 | 78.46 | 0.31 | 0.49 |
| Hex | 8B | A3 | 55 | F | 0 | 30 | 24 | 4E | 1F | 31 |
| Octal | 213 | 243 | 125 | 17 | 0 | 60 | 44 | 116 | 37 | 61 |
| Binary | 10001011 | 10100011 | 1010101 | 1111 | 0 | 110000 | 100100 | 1001110 | 11111 | 110001 |
Color Harmonies of #8BA355
Complementary color
Monochromatic Colors of #8BA355
Black with #8BA355
Text Example
Text Example
White with #8BA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA355; }
p { color: rgb(139,163,85); }
H1.HeaderClassName
{
color: #8BA355;
}
.AnyTagClassName
{
color: #8BA355;
}
</style>
background-color css
<style>
a { background-color: #8BA355; }
a { background-color: rgb(139,163,85); }
div.DivClassName
{
background-color: #8BA355;
}
.BgClassName
{
background-color: #8BA355;
}
</style>
border-color css
<style>
span { border-color: #8BA355; }
span { border-color: rgb(139,163,85); }
td.TdClassName
{
border-color: #8BA355;
}
.TagClassName
{
border-color: #8BA355;
}
</style>