Shades of Chelsea Cucumber #8CB159
Tints of Chelsea Cucumber #8CB159
RGB
CMYK
RGB Variations
Color information
#8CB159 (or 0x8CB159) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 59. RGB value is (140,177,89). Sum of RGB (Red+Green+Blue) = 140+177+89=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB159 is #734EA6. Grayscale: #9C9C9C. Windows color (decimal): -7556775 or 5878156. OLE color: 5878156.
HSL color Cylindrical-coordinate representation of color #8CB159: hue angle of 85.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CB159 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 89 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.31 |
| HSL | 85.23º | 0.36% | 0.52% | - |
| HSV(B) | 85.23º | 0.5% | 0.69% | - |
| XYZ | 28.34 | 37.74 | 15.24 | - |
| YUV | 155.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 89 | 0.21 | 0 | 0.50 | 0.31 | 85.23 | 0.36 | 0.52 |
| Hex | 8C | B1 | 59 | 15 | 0 | 32 | 1F | 55 | 24 | 34 |
| Octal | 214 | 261 | 131 | 25 | 0 | 62 | 37 | 125 | 44 | 64 |
| Binary | 10001100 | 10110001 | 1011001 | 10101 | 0 | 110010 | 11111 | 1010101 | 100100 | 110100 |
Color Harmonies of #8CB159
Complementary color
Monochromatic Colors of #8CB159
Black with #8CB159
Text Example
Text Example
White with #8CB159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB159; }
p { color: rgb(140,177,89); }
H1.HeaderClassName
{
color: #8CB159;
}
.AnyTagClassName
{
color: #8CB159;
}
</style>
background-color css
<style>
a { background-color: #8CB159; }
a { background-color: rgb(140,177,89); }
div.DivClassName
{
background-color: #8CB159;
}
.BgClassName
{
background-color: #8CB159;
}
</style>
border-color css
<style>
span { border-color: #8CB159; }
span { border-color: rgb(140,177,89); }
td.TdClassName
{
border-color: #8CB159;
}
.TagClassName
{
border-color: #8CB159;
}
</style>