#80B53A

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

Shades of Sushi #80B53A

Tints of Sushi #80B53A

Color information

#80B53A (or 0x80B53A) is unknown color: approx Sushi. HEX triplet: 80, B5 and 3A. RGB value is (128,181,58). Sum of RGB (Red+Green+Blue) = 128+181+58=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #80B53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B53A is #7F4AC5. Grayscale: #979797. Windows color (decimal): -8342214 or 3847552. OLE color: 3847552.

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

Color convert

RGB12818158-
CMYK0.2900.680.29
HSL85.85º51.46%46.86%-
HSV(B)85.85º67.96%70.98%-
XYZ26.1937.949.95-
YUV151.1375.44111.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 181 (71.09% from 255) = 49.32%
BLUE value IS 58 (23.05% from 255) = 15.80%
R=34.88%
G=49.32%
B=15.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128181580.2900.680.2985.8551.4646.86
Hex80B53A1D0441D56332f
Octal20026572350104351266357
Binary10000000101101011110101110101000100111011010110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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