#80A230

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

Shades of Sushi #80A230

Tints of Sushi #80A230

Color information

#80A230 (or 0x80A230) is unknown color: approx Sushi. HEX triplet: 80, A2 and 30. RGB value is (128,162,48). Sum of RGB (Red+Green+Blue) = 128+162+48=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #80A230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A230 is #7F5DCF. Grayscale: #8B8B8B. Windows color (decimal): -8347088 or 3187328. OLE color: 3187328.

HSL color Cylindrical-coordinate representation of color #80A230: hue angle of 77.89º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80A230 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB12816248-
CMYK0.2100.700.36
HSL77.89º54.29%41.18%-
HSV(B)77.89º70.37%63.53%-
XYZ22.3630.647.53-
YUV138.8476.74120.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=37.87%
G=47.93%
B=14.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128162480.2100.700.3677.8954.2941.18
Hex80A23015046244e3629
Octal20024260250106441166651
Binary100000001010001011000010101010001101001001001110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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