Shades of Chelsea Cucumber #80B153
Tints of Chelsea Cucumber #80B153
RGB
CMYK
RGB Variations
Color information
#80B153 (or 0x80B153) is known color: Chelsea Cucumber. HEX triplet: 80, B1 and 53. RGB value is (128,177,83). Sum of RGB (Red+Green+Blue) = 128+177+83=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #80B153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B153 is #7F4EAC. Grayscale: #979797. Windows color (decimal): -8343213 or 5484928. OLE color: 5484928.
HSL color Cylindrical-coordinate representation of color #80B153: hue angle of 91.28º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80B153 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 83 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.31 |
| HSL | 91.28º | 0.38% | 0.51% | - |
| HSV(B) | 91.28º | 0.53% | 0.69% | - |
| XYZ | 26.19 | 36.66 | 13.88 | - |
| YUV | 151.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 83 | 0.28 | 0 | 0.53 | 0.31 | 91.28 | 0.38 | 0.51 |
| Hex | 80 | B1 | 53 | 1C | 0 | 35 | 1F | 5B | 26 | 33 |
| Octal | 200 | 261 | 123 | 34 | 0 | 65 | 37 | 133 | 46 | 63 |
| Binary | 10000000 | 10110001 | 1010011 | 11100 | 0 | 110101 | 11111 | 1011011 | 100110 | 110011 |
Color Harmonies of #80B153
Complementary color
Monochromatic Colors of #80B153
Black with #80B153
Text Example
Text Example
White with #80B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B153; }
p { color: rgb(128,177,83); }
H1.HeaderClassName
{
color: #80B153;
}
.AnyTagClassName
{
color: #80B153;
}
</style>
background-color css
<style>
a { background-color: #80B153; }
a { background-color: rgb(128,177,83); }
div.DivClassName
{
background-color: #80B153;
}
.BgClassName
{
background-color: #80B153;
}
</style>
border-color css
<style>
span { border-color: #80B153; }
span { border-color: rgb(128,177,83); }
td.TdClassName
{
border-color: #80B153;
}
.TagClassName
{
border-color: #80B153;
}
</style>