Shades of Chelsea Cucumber #8BB760
Tints of Chelsea Cucumber #8BB760
RGB
CMYK
RGB Variations
Color information
#8BB760 (or 0x8BB760) is known color: Chelsea Cucumber. HEX triplet: 8B, B7 and 60. RGB value is (139,183,96). Sum of RGB (Red+Green+Blue) = 139+183+96=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB760 is #74489F. Grayscale: #A0A0A0. Windows color (decimal): -7620768 or 6338443. OLE color: 6338443.
HSL color Cylindrical-coordinate representation of color #8BB760: hue angle of 90.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BB760 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 96 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.28 |
| HSL | 90.34º | 0.38% | 0.55% | - |
| HSV(B) | 90.34º | 0.48% | 0.72% | - |
| XYZ | 29.69 | 40.2 | 17.26 | - |
| YUV | 159.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 96 | 0.24 | 0 | 0.48 | 0.28 | 90.34 | 0.38 | 0.55 |
| Hex | 8B | B7 | 60 | 18 | 0 | 30 | 1C | 5A | 26 | 37 |
| Octal | 213 | 267 | 140 | 30 | 0 | 60 | 34 | 132 | 46 | 67 |
| Binary | 10001011 | 10110111 | 1100000 | 11000 | 0 | 110000 | 11100 | 1011010 | 100110 | 110111 |
Color Harmonies of #8BB760
Complementary color
Monochromatic Colors of #8BB760
Black with #8BB760
Text Example
Text Example
White with #8BB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB760; }
p { color: rgb(139,183,96); }
H1.HeaderClassName
{
color: #8BB760;
}
.AnyTagClassName
{
color: #8BB760;
}
</style>
background-color css
<style>
a { background-color: #8BB760; }
a { background-color: rgb(139,183,96); }
div.DivClassName
{
background-color: #8BB760;
}
.BgClassName
{
background-color: #8BB760;
}
</style>
border-color css
<style>
span { border-color: #8BB760; }
span { border-color: rgb(139,183,96); }
td.TdClassName
{
border-color: #8BB760;
}
.TagClassName
{
border-color: #8BB760;
}
</style>