#80A546

Color #80A546 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #80A546

Tints of Chelsea Cucumber #80A546

Color information

#80A546 (or 0x80A546) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A5 and 46. RGB value is (128,165,70). Sum of RGB (Red+Green+Blue) = 128+165+70=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #80A546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A546 is #7F5AB9. Grayscale: #8F8F8F. Windows color (decimal): -8346298 or 4629888. OLE color: 4629888.

HSL color Cylindrical-coordinate representation of color #80A546: hue angle of 83.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80A546 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB12816570-
CMYK0.2200.580.35
HSL83.37º40.43%46.08%-
HSV(B)83.37º57.58%64.71%-
XYZ23.4631.9410.72-
YUV143.1186.74117.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 70 (27.73% from 255) = 19.28%
R=35.26%
G=45.45%
B=19.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128165700.2200.580.3583.3740.4346.08
Hex80A5461603A2353282e
Octal20024510626072431235056
Binary100000001010010110001101011001110101000111010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A546; }

 p { color: rgb(128,165,70); }

 H1.HeaderClassName
 {
   color: #80A546;
 }
 .AnyTagClassName
 {
   color: #80A546;
 }
</style>
background-color css

<style>
 a { background-color: #80A546; }

 a { background-color: rgb(128,165,70); }

 div.DivClassName
 {
   background-color: #80A546;
 }
 .BgClassName
 {
   background-color: #80A546;
 }
</style>
border-color css

<style>
 span { border-color: #80A546; }

 span { border-color: rgb(128,165,70); }

 td.TdClassName
 {
   border-color: #80A546;
 }
 .TagClassName
 {
   border-color: #80A546;
 }
</style>