Shades of Chelsea Cucumber #8BB752
Tints of Chelsea Cucumber #8BB752
RGB
CMYK
RGB Variations
Color information
#8BB752 (or 0x8BB752) is known color: Chelsea Cucumber. HEX triplet: 8B, B7 and 52. RGB value is (139,183,82). Sum of RGB (Red+Green+Blue) = 139+183+82=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB752 is #7448AD. Grayscale: #9E9E9E. Windows color (decimal): -7620782 or 5420939. OLE color: 5420939.
HSL color Cylindrical-coordinate representation of color #8BB752: hue angle of 86.14º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BB752 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 82 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.28 |
| HSL | 86.14º | 0.41% | 0.52% | - |
| HSV(B) | 86.14º | 0.55% | 0.72% | - |
| XYZ | 29.1 | 39.97 | 14.16 | - |
| YUV | 158.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 82 | 0.24 | 0 | 0.55 | 0.28 | 86.14 | 0.41 | 0.52 |
| Hex | 8B | B7 | 52 | 18 | 0 | 37 | 1C | 56 | 29 | 34 |
| Octal | 213 | 267 | 122 | 30 | 0 | 67 | 34 | 126 | 51 | 64 |
| Binary | 10001011 | 10110111 | 1010010 | 11000 | 0 | 110111 | 11100 | 1010110 | 101001 | 110100 |
Color Harmonies of #8BB752
Complementary color
Monochromatic Colors of #8BB752
Black with #8BB752
Text Example
Text Example
White with #8BB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB752; }
p { color: rgb(139,183,82); }
H1.HeaderClassName
{
color: #8BB752;
}
.AnyTagClassName
{
color: #8BB752;
}
</style>
background-color css
<style>
a { background-color: #8BB752; }
a { background-color: rgb(139,183,82); }
div.DivClassName
{
background-color: #8BB752;
}
.BgClassName
{
background-color: #8BB752;
}
</style>
border-color css
<style>
span { border-color: #8BB752; }
span { border-color: rgb(139,183,82); }
td.TdClassName
{
border-color: #8BB752;
}
.TagClassName
{
border-color: #8BB752;
}
</style>