#809E2B

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

Shades of Sushi #809E2B

Tints of Sushi #809E2B

Color information

#809E2B (or 0x809E2B) is unknown color: approx Sushi. HEX triplet: 80, 9E and 2B. RGB value is (128,158,43). Sum of RGB (Red+Green+Blue) = 128+158+43=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #809E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809E2B is #7F61D4. Grayscale: #888888. Windows color (decimal): -8348117 or 2858624. OLE color: 2858624.

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

Color convert

RGB12815843-
CMYK0.1900.730.38
HSL75.65º57.21%39.41%-
HSV(B)75.65º72.78%61.96%-
XYZ21.5629.226.79-
YUV135.9275.56122.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=38.91%
G=48.02%
B=13.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128158430.1900.730.3875.6557.2139.41
Hex809E2B13049264c3927
Octal20023653230111461147147
Binary100000001001111010101110011010010011001101001100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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