#80A126

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

Shades of Sushi #80A126

Tints of Sushi #80A126

Color information

#80A126 (or 0x80A126) is unknown color: approx Sushi. HEX triplet: 80, A1 and 26. RGB value is (128,161,38). Sum of RGB (Red+Green+Blue) = 128+161+38=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #80A126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A126 is #7F5ED9. Grayscale: #898989. Windows color (decimal): -8347354 or 2531712. OLE color: 2531712.

HSL color Cylindrical-coordinate representation of color #80A126: hue angle of 76.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80A126 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB12816138-
CMYK0.2000.760.37
HSL76.1º61.81%39.02%-
HSV(B)76.1º76.4%63.14%-
XYZ2230.226.51-
YUV137.1172.07121.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=39.14%
G=49.24%
B=11.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128161380.2000.760.3776.161.8139.02
Hex80A1261404C254c3e27
Octal20024146240114451147647
Binary100000001010000110011010100010011001001011001100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,161,38); }

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

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

 a { background-color: rgb(128,161,38); }

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

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

 span { border-color: rgb(128,161,38); }

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