#809E2D

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

Shades of Sushi #809E2D

Tints of Sushi #809E2D

Color information

#809E2D (or 0x809E2D) is unknown color: approx Sushi. HEX triplet: 80, 9E and 2D. RGB value is (128,158,45). Sum of RGB (Red+Green+Blue) = 128+158+45=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #809E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809E2D is #7F61D2. Grayscale: #888888. Windows color (decimal): -8348115 or 2989696. OLE color: 2989696.

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

Color convert

RGB12815845-
CMYK0.1900.720.38
HSL75.93º55.67%39.8%-
HSV(B)75.93º71.52%61.96%-
XYZ21.629.236.99-
YUV136.1576.56122.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=38.67%
G=47.73%
B=13.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128158450.1900.720.3875.9355.6739.8
Hex809E2D13048264c3828
Octal20023655230110461147050
Binary100000001001111010110110011010010001001101001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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