Shades of Chelsea Cucumber #80B449
Tints of Chelsea Cucumber #80B449
RGB
CMYK
RGB Variations
Color information
#80B449 (or 0x80B449) is known color: Chelsea Cucumber. HEX triplet: 80, B4 and 49. RGB value is (128,180,73). Sum of RGB (Red+Green+Blue) = 128+180+73=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #80B449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B449 is #7F4BB6. Grayscale: #989898. Windows color (decimal): -8342455 or 4830336. OLE color: 4830336.
HSL color Cylindrical-coordinate representation of color #80B449: hue angle of 89.16º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80B449 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 73 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.29 |
| HSL | 89.16º | 0.42% | 0.5% | - |
| HSV(B) | 89.16º | 0.59% | 0.71% | - |
| XYZ | 26.43 | 37.71 | 12.19 | - |
| YUV | 152.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 73 | 0.29 | 0 | 0.59 | 0.29 | 89.16 | 0.42 | 0.5 |
| Hex | 80 | B4 | 49 | 1D | 0 | 3B | 1D | 59 | 2A | 32 |
| Octal | 200 | 264 | 111 | 35 | 0 | 73 | 35 | 131 | 52 | 62 |
| Binary | 10000000 | 10110100 | 1001001 | 11101 | 0 | 111011 | 11101 | 1011001 | 101010 | 110010 |
Color Harmonies of #80B449
Complementary color
Monochromatic Colors of #80B449
Black with #80B449
Text Example
Text Example
White with #80B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B449; }
p { color: rgb(128,180,73); }
H1.HeaderClassName
{
color: #80B449;
}
.AnyTagClassName
{
color: #80B449;
}
</style>
background-color css
<style>
a { background-color: #80B449; }
a { background-color: rgb(128,180,73); }
div.DivClassName
{
background-color: #80B449;
}
.BgClassName
{
background-color: #80B449;
}
</style>
border-color css
<style>
span { border-color: #80B449; }
span { border-color: rgb(128,180,73); }
td.TdClassName
{
border-color: #80B449;
}
.TagClassName
{
border-color: #80B449;
}
</style>