Shades of Chelsea Cucumber #80B159
Tints of Chelsea Cucumber #80B159
RGB
CMYK
RGB Variations
Color information
#80B159 (or 0x80B159) is known color: Chelsea Cucumber. HEX triplet: 80, B1 and 59. RGB value is (128,177,89). Sum of RGB (Red+Green+Blue) = 128+177+89=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #80B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B159 is #7F4EA6. Grayscale: #989898. Windows color (decimal): -8343207 or 5878144. OLE color: 5878144.
HSL color Cylindrical-coordinate representation of color #80B159: hue angle of 93.41º 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 #80B159 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 89 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.31 |
| HSL | 93.41º | 0.36% | 0.52% | - |
| HSV(B) | 93.41º | 0.5% | 0.69% | - |
| XYZ | 26.43 | 36.75 | 15.15 | - |
| YUV | 152.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 89 | 0.28 | 0 | 0.50 | 0.31 | 93.41 | 0.36 | 0.52 |
| Hex | 80 | B1 | 59 | 1C | 0 | 32 | 1F | 5D | 24 | 34 |
| Octal | 200 | 261 | 131 | 34 | 0 | 62 | 37 | 135 | 44 | 64 |
| Binary | 10000000 | 10110001 | 1011001 | 11100 | 0 | 110010 | 11111 | 1011101 | 100100 | 110100 |
Color Harmonies of #80B159
Complementary color
Monochromatic Colors of #80B159
Black with #80B159
Text Example
Text Example
White with #80B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B159; }
p { color: rgb(128,177,89); }
H1.HeaderClassName
{
color: #80B159;
}
.AnyTagClassName
{
color: #80B159;
}
</style>
background-color css
<style>
a { background-color: #80B159; }
a { background-color: rgb(128,177,89); }
div.DivClassName
{
background-color: #80B159;
}
.BgClassName
{
background-color: #80B159;
}
</style>
border-color css
<style>
span { border-color: #80B159; }
span { border-color: rgb(128,177,89); }
td.TdClassName
{
border-color: #80B159;
}
.TagClassName
{
border-color: #80B159;
}
</style>