#809E46

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

Shades of Sushi #809E46

Tints of Sushi #809E46

Color information

#809E46 (or 0x809E46) is unknown color: approx Sushi. HEX triplet: 80, 9E and 46. RGB value is (128,158,70). Sum of RGB (Red+Green+Blue) = 128+158+70=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #809E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809E46 is #7F61B9. Grayscale: #8B8B8B. Windows color (decimal): -8348090 or 4628096. OLE color: 4628096.

HSL color Cylindrical-coordinate representation of color #809E46: hue angle of 80.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #809E46 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB12815870-
CMYK0.1900.560.38
HSL80.45º38.6%44.71%-
HSV(B)80.45º55.7%61.96%-
XYZ22.2329.4910.31-
YUV13989.06120.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 158 (62.11% from 255) = 44.38%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=35.96%
G=44.38%
B=19.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128158700.1900.560.3880.4538.644.71
Hex809E46130382650272d
Octal20023610623070461204755
Binary100000001001111010001101001101110001001101010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809E46; }

 p { color: rgb(128,158,70); }

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

<style>
 a { background-color: #809E46; }

 a { background-color: rgb(128,158,70); }

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

<style>
 span { border-color: #809E46; }

 span { border-color: rgb(128,158,70); }

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