Shades of Chelsea Cucumber #80B148
Tints of Chelsea Cucumber #80B148
RGB
CMYK
RGB Variations
Color information
#80B148 (or 0x80B148) is known color: Chelsea Cucumber. HEX triplet: 80, B1 and 48. RGB value is (128,177,72). Sum of RGB (Red+Green+Blue) = 128+177+72=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #80B148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B148 is #7F4EB7. Grayscale: #969696. Windows color (decimal): -8343224 or 4764032. OLE color: 4764032.
HSL color Cylindrical-coordinate representation of color #80B148: hue angle of 88º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80B148 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 72 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.31 |
| HSL | 88º | 0.42% | 0.49% | - |
| HSV(B) | 88º | 0.59% | 0.69% | - |
| XYZ | 25.79 | 36.5 | 11.82 | - |
| YUV | 150.38 | 83.77 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 72 | 0.28 | 0 | 0.59 | 0.31 | 88 | 0.42 | 0.49 |
| Hex | 80 | B1 | 48 | 1C | 0 | 3B | 1F | 58 | 2A | 31 |
| Octal | 200 | 261 | 110 | 34 | 0 | 73 | 37 | 130 | 52 | 61 |
| Binary | 10000000 | 10110001 | 1001000 | 11100 | 0 | 111011 | 11111 | 1011000 | 101010 | 110001 |
Color Harmonies of #80B148
Complementary color
Monochromatic Colors of #80B148
Black with #80B148
Text Example
Text Example
White with #80B148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B148; }
p { color: rgb(128,177,72); }
H1.HeaderClassName
{
color: #80B148;
}
.AnyTagClassName
{
color: #80B148;
}
</style>
background-color css
<style>
a { background-color: #80B148; }
a { background-color: rgb(128,177,72); }
div.DivClassName
{
background-color: #80B148;
}
.BgClassName
{
background-color: #80B148;
}
</style>
border-color css
<style>
span { border-color: #80B148; }
span { border-color: rgb(128,177,72); }
td.TdClassName
{
border-color: #80B148;
}
.TagClassName
{
border-color: #80B148;
}
</style>