Shades of Chelsea Cucumber #80A651
Tints of Chelsea Cucumber #80A651
RGB
CMYK
RGB Variations
Color information
#80A651 (or 0x80A651) is known color: Chelsea Cucumber. HEX triplet: 80, A6 and 51. RGB value is (128,166,81). Sum of RGB (Red+Green+Blue) = 128+166+81=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #80A651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A651 is #7F59AE. Grayscale: #919191. Windows color (decimal): -8346031 or 5351040. OLE color: 5351040.
HSL color Cylindrical-coordinate representation of color #80A651: hue angle of 86.82º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80A651 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 81 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.35 |
| HSL | 86.82º | 0.34% | 0.48% | - |
| HSV(B) | 86.82º | 0.51% | 0.65% | - |
| XYZ | 24.02 | 32.46 | 12.78 | - |
| YUV | 144.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 81 | 0.23 | 0 | 0.51 | 0.35 | 86.82 | 0.34 | 0.48 |
| Hex | 80 | A6 | 51 | 17 | 0 | 33 | 23 | 57 | 22 | 30 |
| Octal | 200 | 246 | 121 | 27 | 0 | 63 | 43 | 127 | 42 | 60 |
| Binary | 10000000 | 10100110 | 1010001 | 10111 | 0 | 110011 | 100011 | 1010111 | 100010 | 110000 |
Color Harmonies of #80A651
Complementary color
Monochromatic Colors of #80A651
Black with #80A651
Text Example
Text Example
White with #80A651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A651; }
p { color: rgb(128,166,81); }
H1.HeaderClassName
{
color: #80A651;
}
.AnyTagClassName
{
color: #80A651;
}
</style>
background-color css
<style>
a { background-color: #80A651; }
a { background-color: rgb(128,166,81); }
div.DivClassName
{
background-color: #80A651;
}
.BgClassName
{
background-color: #80A651;
}
</style>
border-color css
<style>
span { border-color: #80A651; }
span { border-color: rgb(128,166,81); }
td.TdClassName
{
border-color: #80A651;
}
.TagClassName
{
border-color: #80A651;
}
</style>