#80A933

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

Shades of Sushi #80A933

Tints of Sushi #80A933

Color information

#80A933 (or 0x80A933) is unknown color: approx Sushi. HEX triplet: 80, A9 and 33. RGB value is (128,169,51). Sum of RGB (Red+Green+Blue) = 128+169+51=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #80A933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A933 is #7F56CC. Grayscale: #8F8F8F. Windows color (decimal): -8345293 or 3385728. OLE color: 3385728.

HSL color Cylindrical-coordinate representation of color #80A933: hue angle of 80.85º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80A933 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB12816951-
CMYK0.2400.700.34
HSL80.85º53.64%43.14%-
HSV(B)80.85º69.82%66.27%-
XYZ23.6933.28.29-
YUV143.2975.92117.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 169 (66.41% from 255) = 48.56%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=36.78%
G=48.56%
B=14.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128169510.2400.700.3480.8553.6443.14
Hex80A933180462251362b
Octal20025163300106421216653
Binary100000001010100111001111000010001101000101010001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,169,51); }

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

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

 a { background-color: rgb(128,169,51); }

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

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

 span { border-color: rgb(128,169,51); }

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