Shades of Chelsea Cucumber #80A652
Tints of Chelsea Cucumber #80A652
RGB
CMYK
RGB Variations
Color information
#80A652 (or 0x80A652) is known color: Chelsea Cucumber. HEX triplet: 80, A6 and 52. RGB value is (128,166,82). Sum of RGB (Red+Green+Blue) = 128+166+82=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #80A652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A652 is #7F59AD. Grayscale: #919191. Windows color (decimal): -8346030 or 5416576. OLE color: 5416576.
HSL color Cylindrical-coordinate representation of color #80A652: hue angle of 87.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80A652 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 82 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.35 |
| HSL | 87.14º | 0.34% | 0.49% | - |
| HSV(B) | 87.14º | 0.51% | 0.65% | - |
| XYZ | 24.06 | 32.47 | 12.98 | - |
| YUV | 145.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 82 | 0.23 | 0 | 0.51 | 0.35 | 87.14 | 0.34 | 0.49 |
| Hex | 80 | A6 | 52 | 17 | 0 | 33 | 23 | 57 | 22 | 31 |
| Octal | 200 | 246 | 122 | 27 | 0 | 63 | 43 | 127 | 42 | 61 |
| Binary | 10000000 | 10100110 | 1010010 | 10111 | 0 | 110011 | 100011 | 1010111 | 100010 | 110001 |
Color Harmonies of #80A652
Complementary color
Monochromatic Colors of #80A652
Black with #80A652
Text Example
Text Example
White with #80A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A652; }
p { color: rgb(128,166,82); }
H1.HeaderClassName
{
color: #80A652;
}
.AnyTagClassName
{
color: #80A652;
}
</style>
background-color css
<style>
a { background-color: #80A652; }
a { background-color: rgb(128,166,82); }
div.DivClassName
{
background-color: #80A652;
}
.BgClassName
{
background-color: #80A652;
}
</style>
border-color css
<style>
span { border-color: #80A652; }
span { border-color: rgb(128,166,82); }
td.TdClassName
{
border-color: #80A652;
}
.TagClassName
{
border-color: #80A652;
}
</style>