#81953E

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

Shades of Wasabi #81953E

Tints of Wasabi #81953E

Color information

#81953E (or 0x81953E) is unknown color: approx Wasabi. HEX triplet: 81, 95 and 3E. RGB value is (129,149,62). Sum of RGB (Red+Green+Blue) = 129+149+62=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #81953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81953E is #7E6AC1. Grayscale: #858585. Windows color (decimal): -8284866 or 4101505. OLE color: 4101505.

HSL color Cylindrical-coordinate representation of color #81953E: hue angle of 73.79º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81953E is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB12914962-
CMYK0.1300.580.42
HSL73.79º41.23%41.37%-
HSV(B)73.79º58.39%58.43%-
XYZ20.6726.518.58-
YUV133.187.87125.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=37.94%
G=43.82%
B=18.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129149620.1300.580.4273.7941.2341.37
Hex81953ED03A2A4a2929
Octal2012257615072521125151
Binary1000000110010101111110110101110101010101001010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81953E; }

 p { color: rgb(129,149,62); }

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

<style>
 a { background-color: #81953E; }

 a { background-color: rgb(129,149,62); }

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

<style>
 span { border-color: #81953E; }

 span { border-color: rgb(129,149,62); }

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