#80A225

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

Shades of Sushi #80A225

Tints of Sushi #80A225

Color information

#80A225 (or 0x80A225) is unknown color: approx Sushi. HEX triplet: 80, A2 and 25. RGB value is (128,162,37). Sum of RGB (Red+Green+Blue) = 128+162+37=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #80A225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A225 is #7F5DDA. Grayscale: #8A8A8A. Windows color (decimal): -8347099 or 2466432. OLE color: 2466432.

HSL color Cylindrical-coordinate representation of color #80A225: hue angle of 76.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80A225 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB12816237-
CMYK0.2100.770.36
HSL76.32º62.81%39.02%-
HSV(B)76.32º77.16%63.53%-
XYZ22.1630.566.48-
YUV137.5871.24121.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 37 (14.84% from 255) = 11.31%
R=39.14%
G=49.54%
B=11.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128162370.2100.770.3676.3262.8139.02
Hex80A2251504D244c3f27
Octal20024245250115441147747
Binary100000001010001010010110101010011011001001001100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,162,37); }

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

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

 a { background-color: rgb(128,162,37); }

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

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

 span { border-color: rgb(128,162,37); }

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