Shades of Chelsea Cucumber #80B054
Tints of Chelsea Cucumber #80B054
RGB
CMYK
RGB Variations
Color information
#80B054 (or 0x80B054) is known color: Chelsea Cucumber. HEX triplet: 80, B0 and 54. RGB value is (128,176,84). Sum of RGB (Red+Green+Blue) = 128+176+84=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #80B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B054 is #7F4FAB. Grayscale: #979797. Windows color (decimal): -8343468 or 5550208. OLE color: 5550208.
HSL color Cylindrical-coordinate representation of color #80B054: hue angle of 91.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80B054 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
RGB | 128 | 176 | 84 | - |
CMYK | 0.27 | 0 | 0.52 | 0.31 |
HSL | 91.3º | 0.37% | 0.51% | - |
HSV(B) | 91.3º | 0.52% | 0.69% | - |
XYZ | 26.03 | 36.28 | 14.02 | - |
YUV | 151.16 | 90.1 | 111.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 176 | 84 | 0.27 | 0 | 0.52 | 0.31 | 91.3 | 0.37 | 0.51 |
Hex | 80 | B0 | 54 | 1B | 0 | 34 | 1F | 5B | 25 | 33 |
Octal | 200 | 260 | 124 | 33 | 0 | 64 | 37 | 133 | 45 | 63 |
Binary | 10000000 | 10110000 | 1010100 | 11011 | 0 | 110100 | 11111 | 1011011 | 100101 | 110011 |
Color Harmonies of #80B054
Complementary color
Monochromatic Colors of #80B054
Black with #80B054
Text Example
Text Example
White with #80B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B054; }
p { color: rgb(128,176,84); }
H1.HeaderClassName
{
color: #80B054;
}
.AnyTagClassName
{
color: #80B054;
}
</style>
background-color css
<style>
a { background-color: #80B054; }
a { background-color: rgb(128,176,84); }
div.DivClassName
{
background-color: #80B054;
}
.BgClassName
{
background-color: #80B054;
}
</style>
border-color css
<style>
span { border-color: #80B054; }
span { border-color: rgb(128,176,84); }
td.TdClassName
{
border-color: #80B054;
}
.TagClassName
{
border-color: #80B054;
}
</style>