Shades of Chelsea Cucumber #8BB75A
Tints of Chelsea Cucumber #8BB75A
RGB
CMYK
RGB Variations
Color information
#8BB75A (or 0x8BB75A) is known color: Chelsea Cucumber. HEX triplet: 8B, B7 and 5A. RGB value is (139,183,90). Sum of RGB (Red+Green+Blue) = 139+183+90=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB75A is #7448A5. Grayscale: #9F9F9F. Windows color (decimal): -7620774 or 5945227. OLE color: 5945227.
HSL color Cylindrical-coordinate representation of color #8BB75A: hue angle of 88.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BB75A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 90 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.28 |
| HSL | 88.39º | 0.39% | 0.54% | - |
| HSV(B) | 88.39º | 0.51% | 0.72% | - |
| XYZ | 29.43 | 40.09 | 15.86 | - |
| YUV | 159.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 90 | 0.24 | 0 | 0.51 | 0.28 | 88.39 | 0.39 | 0.54 |
| Hex | 8B | B7 | 5A | 18 | 0 | 33 | 1C | 58 | 27 | 36 |
| Octal | 213 | 267 | 132 | 30 | 0 | 63 | 34 | 130 | 47 | 66 |
| Binary | 10001011 | 10110111 | 1011010 | 11000 | 0 | 110011 | 11100 | 1011000 | 100111 | 110110 |
Color Harmonies of #8BB75A
Complementary color
Monochromatic Colors of #8BB75A
Black with #8BB75A
Text Example
Text Example
White with #8BB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB75A; }
p { color: rgb(139,183,90); }
H1.HeaderClassName
{
color: #8BB75A;
}
.AnyTagClassName
{
color: #8BB75A;
}
</style>
background-color css
<style>
a { background-color: #8BB75A; }
a { background-color: rgb(139,183,90); }
div.DivClassName
{
background-color: #8BB75A;
}
.BgClassName
{
background-color: #8BB75A;
}
</style>
border-color css
<style>
span { border-color: #8BB75A; }
span { border-color: rgb(139,183,90); }
td.TdClassName
{
border-color: #8BB75A;
}
.TagClassName
{
border-color: #8BB75A;
}
</style>