#80A83B

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

Shades of Sushi #80A83B

Tints of Sushi #80A83B

Color information

#80A83B (or 0x80A83B) is unknown color: approx Sushi. HEX triplet: 80, A8 and 3B. RGB value is (128,168,59). Sum of RGB (Red+Green+Blue) = 128+168+59=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #80A83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A83B is #7F57C4. Grayscale: #909090. Windows color (decimal): -8345541 or 3909760. OLE color: 3909760.

HSL color Cylindrical-coordinate representation of color #80A83B: hue angle of 82.02º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80A83B is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB12816859-
CMYK0.2400.650.34
HSL82.02º48.02%44.51%-
HSV(B)82.02º64.88%65.88%-
XYZ23.6932.919.24-
YUV143.6180.25116.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 168 (66.02% from 255) = 47.32%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=36.06%
G=47.32%
B=16.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128168590.2400.650.3482.0248.0244.51
Hex80A83B180412252302d
Octal20025073300101421226055
Binary100000001010100011101111000010000011000101010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,168,59); }

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

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

 a { background-color: rgb(128,168,59); }

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

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

 span { border-color: rgb(128,168,59); }

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