Shades of Chelsea Cucumber #80AC52
Tints of Chelsea Cucumber #80AC52
RGB
CMYK
RGB Variations
Color information
#80AC52 (or 0x80AC52) is known color: Chelsea Cucumber. HEX triplet: 80, AC and 52. RGB value is (128,172,82). Sum of RGB (Red+Green+Blue) = 128+172+82=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC52 is #7F53AD. Grayscale: #949494. Windows color (decimal): -8344494 or 5418112. OLE color: 5418112.
HSL color Cylindrical-coordinate representation of color #80AC52: hue angle of 89.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80AC52 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 82 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.33 |
| HSL | 89.33º | 0.35% | 0.5% | - |
| HSV(B) | 89.33º | 0.52% | 0.67% | - |
| XYZ | 25.18 | 34.7 | 13.35 | - |
| YUV | 148.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 82 | 0.26 | 0 | 0.52 | 0.33 | 89.33 | 0.35 | 0.5 |
| Hex | 80 | AC | 52 | 1A | 0 | 34 | 21 | 59 | 23 | 32 |
| Octal | 200 | 254 | 122 | 32 | 0 | 64 | 41 | 131 | 43 | 62 |
| Binary | 10000000 | 10101100 | 1010010 | 11010 | 0 | 110100 | 100001 | 1011001 | 100011 | 110010 |
Color Harmonies of #80AC52
Complementary color
Monochromatic Colors of #80AC52
Black with #80AC52
Text Example
Text Example
White with #80AC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC52; }
p { color: rgb(128,172,82); }
H1.HeaderClassName
{
color: #80AC52;
}
.AnyTagClassName
{
color: #80AC52;
}
</style>
background-color css
<style>
a { background-color: #80AC52; }
a { background-color: rgb(128,172,82); }
div.DivClassName
{
background-color: #80AC52;
}
.BgClassName
{
background-color: #80AC52;
}
</style>
border-color css
<style>
span { border-color: #80AC52; }
span { border-color: rgb(128,172,82); }
td.TdClassName
{
border-color: #80AC52;
}
.TagClassName
{
border-color: #80AC52;
}
</style>