#80AB30

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

Shades of Sushi #80AB30

Tints of Sushi #80AB30

Color information

#80AB30 (or 0x80AB30) is unknown color: approx Sushi. HEX triplet: 80, AB and 30. RGB value is (128,171,48). Sum of RGB (Red+Green+Blue) = 128+171+48=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB30 is #7F54CF. Grayscale: #909090. Windows color (decimal): -8344784 or 3189632. OLE color: 3189632.

HSL color Cylindrical-coordinate representation of color #80AB30: hue angle of 80.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80AB30 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB12817148-
CMYK0.2500.720.33
HSL80.98º56.16%42.94%-
HSV(B)80.98º71.93%67.06%-
XYZ2433.938.08-
YUV144.1273.75116.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=36.89%
G=49.28%
B=13.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128171480.2500.720.3380.9856.1642.94
Hex80AB30190482151382b
Octal20025360310110411217053
Binary100000001010101111000011001010010001000011010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,48); }

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

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

 a { background-color: rgb(128,171,48); }

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

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

 span { border-color: rgb(128,171,48); }

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