Shades of Chelsea Cucumber #80B155
Tints of Chelsea Cucumber #80B155
RGB
CMYK
RGB Variations
Color information
#80B155 (or 0x80B155) is known color: Chelsea Cucumber. HEX triplet: 80, B1 and 55. RGB value is (128,177,85). Sum of RGB (Red+Green+Blue) = 128+177+85=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #80B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B155 is #7F4EAA. Grayscale: #989898. Windows color (decimal): -8343211 or 5616000. OLE color: 5616000.
HSL color Cylindrical-coordinate representation of color #80B155: hue angle of 91.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80B155 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 85 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.31 |
| HSL | 91.96º | 0.37% | 0.51% | - |
| HSV(B) | 91.96º | 0.52% | 0.69% | - |
| XYZ | 26.26 | 36.69 | 14.29 | - |
| YUV | 151.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 85 | 0.28 | 0 | 0.52 | 0.31 | 91.96 | 0.37 | 0.51 |
| Hex | 80 | B1 | 55 | 1C | 0 | 34 | 1F | 5C | 25 | 33 |
| Octal | 200 | 261 | 125 | 34 | 0 | 64 | 37 | 134 | 45 | 63 |
| Binary | 10000000 | 10110001 | 1010101 | 11100 | 0 | 110100 | 11111 | 1011100 | 100101 | 110011 |
Color Harmonies of #80B155
Complementary color
Monochromatic Colors of #80B155
Black with #80B155
Text Example
Text Example
White with #80B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B155; }
p { color: rgb(128,177,85); }
H1.HeaderClassName
{
color: #80B155;
}
.AnyTagClassName
{
color: #80B155;
}
</style>
background-color css
<style>
a { background-color: #80B155; }
a { background-color: rgb(128,177,85); }
div.DivClassName
{
background-color: #80B155;
}
.BgClassName
{
background-color: #80B155;
}
</style>
border-color css
<style>
span { border-color: #80B155; }
span { border-color: rgb(128,177,85); }
td.TdClassName
{
border-color: #80B155;
}
.TagClassName
{
border-color: #80B155;
}
</style>