Shades of Chelsea Cucumber #8BB955
Tints of Chelsea Cucumber #8BB955
RGB
CMYK
RGB Variations
Color information
#8BB955 (or 0x8BB955) is known color: Chelsea Cucumber. HEX triplet: 8B, B9 and 55. RGB value is (139,185,85). Sum of RGB (Red+Green+Blue) = 139+185+85=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB955 is #7446AA. Grayscale: #A0A0A0. Windows color (decimal): -7620267 or 5618059. OLE color: 5618059.
HSL color Cylindrical-coordinate representation of color #8BB955: hue angle of 87.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BB955 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 185 | 85 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.27 |
| HSL | 87.6º | 0.42% | 0.53% | - |
| HSV(B) | 87.6º | 0.54% | 0.73% | - |
| XYZ | 29.64 | 40.84 | 14.92 | - |
| YUV | 159.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 85 | 0.25 | 0 | 0.54 | 0.27 | 87.6 | 0.42 | 0.53 |
| Hex | 8B | B9 | 55 | 19 | 0 | 36 | 1B | 58 | 2A | 35 |
| Octal | 213 | 271 | 125 | 31 | 0 | 66 | 33 | 130 | 52 | 65 |
| Binary | 10001011 | 10111001 | 1010101 | 11001 | 0 | 110110 | 11011 | 1011000 | 101010 | 110101 |
Color Harmonies of #8BB955
Complementary color
Monochromatic Colors of #8BB955
Black with #8BB955
Text Example
Text Example
White with #8BB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB955; }
p { color: rgb(139,185,85); }
H1.HeaderClassName
{
color: #8BB955;
}
.AnyTagClassName
{
color: #8BB955;
}
</style>
background-color css
<style>
a { background-color: #8BB955; }
a { background-color: rgb(139,185,85); }
div.DivClassName
{
background-color: #8BB955;
}
.BgClassName
{
background-color: #8BB955;
}
</style>
border-color css
<style>
span { border-color: #8BB955; }
span { border-color: rgb(139,185,85); }
td.TdClassName
{
border-color: #8BB955;
}
.TagClassName
{
border-color: #8BB955;
}
</style>