#80AE56

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

Shades of Chelsea Cucumber #80AE56

Tints of Chelsea Cucumber #80AE56

Color information

#80AE56 (or 0x80AE56) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AE and 56. RGB value is (128,174,86). Sum of RGB (Red+Green+Blue) = 128+174+86=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE56 is #7F51A9. Grayscale: #969696. Windows color (decimal): -8343978 or 5680768. OLE color: 5680768.

HSL color Cylindrical-coordinate representation of color #80AE56: hue angle of 91.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80AE56 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB12817486-
CMYK0.2600.510.32
HSL91.36º35.2%50.98%-
HSV(B)91.36º50.57%68.24%-
XYZ25.7235.5314.31-
YUV150.2191.76112.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=32.99%
G=44.85%
B=22.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174860.2600.510.3291.3635.250.98
Hex80AE561A033205b2333
Octal20025612632063401334363
Binary100000001010111010101101101001100111000001011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,174,86); }

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

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

 a { background-color: rgb(128,174,86); }

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

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

 span { border-color: rgb(128,174,86); }

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