#809C2E

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

Shades of Sushi #809C2E

Tints of Sushi #809C2E

Color information

#809C2E (or 0x809C2E) is unknown color: approx Sushi. HEX triplet: 80, 9C and 2E. RGB value is (128,156,46). Sum of RGB (Red+Green+Blue) = 128+156+46=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #809C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809C2E is #7F63D1. Grayscale: #878787. Windows color (decimal): -8348626 or 3054720. OLE color: 3054720.

HSL color Cylindrical-coordinate representation of color #809C2E: hue angle of 75.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #809C2E is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB12815646-
CMYK0.1800.710.39
HSL75.27º54.46%39.61%-
HSV(B)75.27º70.51%61.18%-
XYZ21.2828.566.98-
YUV135.0977.72122.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 46 (18.36% from 255) = 13.94%
R=38.79%
G=47.27%
B=13.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128156460.1800.710.3975.2754.4639.61
Hex809C2E12047274b3628
Octal20023456220107471136650
Binary100000001001110010111010010010001111001111001011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,46); }

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

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

 a { background-color: rgb(128,156,46); }

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

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

 span { border-color: rgb(128,156,46); }

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