#809B45

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

Shades of Sushi #809B45

Tints of Sushi #809B45

Color information

#809B45 (or 0x809B45) is unknown color: approx Sushi. HEX triplet: 80, 9B and 45. RGB value is (128,155,69). Sum of RGB (Red+Green+Blue) = 128+155+69=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #809B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B45 is #7F64BA. Grayscale: #898989. Windows color (decimal): -8348859 or 4561792. OLE color: 4561792.

HSL color Cylindrical-coordinate representation of color #809B45: hue angle of 78.84º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809B45 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB12815569-
CMYK0.1700.550.39
HSL78.84º38.39%43.92%-
HSV(B)78.84º55.48%60.78%-
XYZ21.728.469.98-
YUV137.1289.55121.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 155 (60.94% from 255) = 44.03%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=36.36%
G=44.03%
B=19.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128155690.1700.550.3978.8438.3943.92
Hex809B4511037274f262c
Octal20023310521067471174654
Binary100000001001101110001011000101101111001111001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,69); }

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

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

 a { background-color: rgb(128,155,69); }

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

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

 span { border-color: rgb(128,155,69); }

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