#80A649

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

Shades of Chelsea Cucumber #80A649

Tints of Chelsea Cucumber #80A649

Color information

#80A649 (or 0x80A649) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A6 and 49. RGB value is (128,166,73). Sum of RGB (Red+Green+Blue) = 128+166+73=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #80A649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A649 is #7F59B6. Grayscale: #909090. Windows color (decimal): -8346039 or 4826752. OLE color: 4826752.

HSL color Cylindrical-coordinate representation of color #80A649: hue angle of 84.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80A649 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB12816673-
CMYK0.2300.560.35
HSL84.52º38.91%46.86%-
HSV(B)84.52º56.02%65.1%-
XYZ23.7432.3411.29-
YUV144.0487.91116.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 73 (28.91% from 255) = 19.89%
R=34.88%
G=45.23%
B=19.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128166730.2300.560.3584.5238.9146.86
Hex80A649170382355272f
Octal20024611127070431254757
Binary100000001010011010010011011101110001000111010101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,166,73); }

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

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

 a { background-color: rgb(128,166,73); }

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

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

 span { border-color: rgb(128,166,73); }

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