#808D31

Color #808D31 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #808D31

Tints of Wasabi #808D31

Color information

#808D31 (or 0x808D31) is unknown color: approx Wasabi. HEX triplet: 80, 8D and 31. RGB value is (128,141,49). Sum of RGB (Red+Green+Blue) = 128+141+49=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #808D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D31 is #7F72CE. Grayscale: #7E7E7E. Windows color (decimal): -8352463 or 3247488. OLE color: 3247488.

HSL color Cylindrical-coordinate representation of color #808D31: hue angle of 68.48º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #808D31 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB12814149-
CMYK0.0900.650.45
HSL68.48º48.42%37.25%-
HSV(B)68.48º65.25%55.29%-
XYZ18.9823.866.51-
YUV126.6284.19128.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=40.25%
G=44.34%
B=15.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128141490.0900.650.4568.4848.4237.25
Hex808D3190412D443025
Octal20021561110101551046045
Binary10000000100011011100011001010000011011011000100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D31; }

 p { color: rgb(128,141,49); }

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

<style>
 a { background-color: #808D31; }

 a { background-color: rgb(128,141,49); }

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

<style>
 span { border-color: #808D31; }

 span { border-color: rgb(128,141,49); }

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