#80B136

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

Shades of Sushi #80B136

Tints of Sushi #80B136

Color information

#80B136 (or 0x80B136) is unknown color: approx Sushi. HEX triplet: 80, B1 and 36. RGB value is (128,177,54). Sum of RGB (Red+Green+Blue) = 128+177+54=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #80B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B136 is #7F4EC9. Grayscale: #949494. Windows color (decimal): -8343242 or 3584384. OLE color: 3584384.

HSL color Cylindrical-coordinate representation of color #80B136: hue angle of 83.9º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80B136 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB12817754-
CMYK0.2800.690.31
HSL83.9º53.25%45.29%-
HSV(B)83.9º69.49%69.41%-
XYZ25.2936.39.16-
YUV148.3374.77113.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 177 (69.53% from 255) = 49.30%
BLUE value IS 54 (21.48% from 255) = 15.04%
R=35.65%
G=49.30%
B=15.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177540.2800.690.3183.953.2545.29
Hex80B1361C0451F54352d
Octal20026166340105371246555
Binary10000000101100011101101110001000101111111010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,177,54); }

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

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

 a { background-color: rgb(128,177,54); }

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

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

 span { border-color: rgb(128,177,54); }

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