Shades of Chelsea Cucumber #8BB059
Tints of Chelsea Cucumber #8BB059
RGB
CMYK
RGB Variations
Color information
#8BB059 (or 0x8BB059) is known color: Chelsea Cucumber. HEX triplet: 8B, B0 and 59. RGB value is (139,176,89). Sum of RGB (Red+Green+Blue) = 139+176+89=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB059 is #744FA6. Grayscale: #9B9B9B. Windows color (decimal): -7622567 or 5877899. OLE color: 5877899.
HSL color Cylindrical-coordinate representation of color #8BB059: hue angle of 85.52º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BB059 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 89 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.31 |
| HSL | 85.52º | 0.36% | 0.52% | - |
| HSV(B) | 85.52º | 0.49% | 0.69% | - |
| XYZ | 27.98 | 37.26 | 15.17 | - |
| YUV | 155.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 89 | 0.21 | 0 | 0.49 | 0.31 | 85.52 | 0.36 | 0.52 |
| Hex | 8B | B0 | 59 | 15 | 0 | 31 | 1F | 56 | 24 | 34 |
| Octal | 213 | 260 | 131 | 25 | 0 | 61 | 37 | 126 | 44 | 64 |
| Binary | 10001011 | 10110000 | 1011001 | 10101 | 0 | 110001 | 11111 | 1010110 | 100100 | 110100 |
Color Harmonies of #8BB059
Complementary color
Monochromatic Colors of #8BB059
Black with #8BB059
Text Example
Text Example
White with #8BB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB059; }
p { color: rgb(139,176,89); }
H1.HeaderClassName
{
color: #8BB059;
}
.AnyTagClassName
{
color: #8BB059;
}
</style>
background-color css
<style>
a { background-color: #8BB059; }
a { background-color: rgb(139,176,89); }
div.DivClassName
{
background-color: #8BB059;
}
.BgClassName
{
background-color: #8BB059;
}
</style>
border-color css
<style>
span { border-color: #8BB059; }
span { border-color: rgb(139,176,89); }
td.TdClassName
{
border-color: #8BB059;
}
.TagClassName
{
border-color: #8BB059;
}
</style>