#80A934

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

Shades of Sushi #80A934

Tints of Sushi #80A934

Color information

#80A934 (or 0x80A934) is unknown color: approx Sushi. HEX triplet: 80, A9 and 34. RGB value is (128,169,52). Sum of RGB (Red+Green+Blue) = 128+169+52=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #80A934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A934 is #7F56CB. Grayscale: #8F8F8F. Windows color (decimal): -8345292 or 3451264. OLE color: 3451264.

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

Color convert

RGB12816952-
CMYK0.2400.690.34
HSL81.03º52.94%43.33%-
HSV(B)81.03º69.23%66.27%-
XYZ23.7133.218.41-
YUV143.476.42117.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=36.68%
G=48.42%
B=14.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128169520.2400.690.3481.0352.9443.33
Hex80A934180452251352b
Octal20025164300105421216553
Binary100000001010100111010011000010001011000101010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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