#80B53C

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

Shades of Sushi #80B53C

Tints of Sushi #80B53C

Color information

#80B53C (or 0x80B53C) is unknown color: approx Sushi. HEX triplet: 80, B5 and 3C. RGB value is (128,181,60). Sum of RGB (Red+Green+Blue) = 128+181+60=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #80B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B53C is #7F4AC3. Grayscale: #979797. Windows color (decimal): -8342212 or 3978624. OLE color: 3978624.

HSL color Cylindrical-coordinate representation of color #80B53C: hue angle of 86.28º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80B53C is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB12818160-
CMYK0.2900.670.29
HSL86.28º50.21%47.25%-
HSV(B)86.28º66.85%70.98%-
XYZ26.2437.9610.22-
YUV151.3676.44111.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=34.69%
G=49.05%
B=16.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128181600.2900.670.2986.2850.2147.25
Hex80B53C1D0431D56322f
Octal20026574350103351266257
Binary10000000101101011111001110101000011111011010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,60); }

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

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

 a { background-color: rgb(128,181,60); }

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

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

 span { border-color: rgb(128,181,60); }

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