#80AF52

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

Shades of Chelsea Cucumber #80AF52

Tints of Chelsea Cucumber #80AF52

Color information

#80AF52 (or 0x80AF52) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AF and 52. RGB value is (128,175,82). Sum of RGB (Red+Green+Blue) = 128+175+82=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF52 is #7F50AD. Grayscale: #969696. Windows color (decimal): -8343726 or 5418880. OLE color: 5418880.

HSL color Cylindrical-coordinate representation of color #80AF52: hue angle of 90.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80AF52 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB12817582-
CMYK0.2700.530.31
HSL90.32º36.76%50.39%-
HSV(B)90.32º53.14%68.63%-
XYZ25.7635.8613.55-
YUV150.3489.43112.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=33.25%
G=45.45%
B=21.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128175820.2700.530.3190.3236.7650.39
Hex80AF521B0351F5a2532
Octal20025712233065371324562
Binary10000000101011111010010110110110101111111011010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,82); }

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

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

 a { background-color: rgb(128,175,82); }

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

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

 span { border-color: rgb(128,175,82); }

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