#80b338

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

Shades of Sushi #80B338

Tints of Sushi #80B338

Color information

#80B338 (or 0x80B338) is unknown color: approx Sushi. HEX triplet: 80, B3 and 38. RGB value is (128,179,56). Sum of RGB (Red+Green+Blue) = 128+179+56=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #80B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B338 is #7F4CC7. Grayscale: #969696. Windows color (decimal): -8342728 or 3715968. OLE color: 3715968.

HSL color Cylindrical-coordinate representation of color #80B338: hue angle of 84.88º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80B338 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB12817956-
CMYK0.2800.690.30
HSL84.88º52.34%46.08%-
HSV(B)84.88º68.72%70.2%-
XYZ25.7437.119.55-
YUV149.7375.1112.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 179 (70.31% from 255) = 49.31%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=35.26%
G=49.31%
B=15.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128179560.2800.690.3084.8852.3446.08
Hex80B3381C0451E55342e
Octal20026370340105361256456
Binary10000000101100111110001110001000101111101010101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80b338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,179,56); }

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

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

 a { background-color: rgb(128,179,56); }

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

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

 span { border-color: rgb(128,179,56); }

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