#80AF53

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

Shades of Chelsea Cucumber #80AF53

Tints of Chelsea Cucumber #80AF53

Color information

#80AF53 (or 0x80AF53) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AF and 53. RGB value is (128,175,83). Sum of RGB (Red+Green+Blue) = 128+175+83=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF53 is #7F50AC. Grayscale: #969696. Windows color (decimal): -8343725 or 5484416. OLE color: 5484416.

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

Color convert

RGB12817583-
CMYK0.2700.530.31
HSL90.65º36.51%50.59%-
HSV(B)90.65º52.57%68.63%-
XYZ25.7935.8713.75-
YUV150.4689.93111.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=33.16%
G=45.34%
B=21.50%

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
Decimal128175830.2700.530.3190.6536.5150.59
Hex80AF531B0351F5b2533
Octal20025712333065371334563
Binary10000000101011111010011110110110101111111011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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