#81953A

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

Shades of Wasabi #81953A

Tints of Wasabi #81953A

Color information

#81953A (or 0x81953A) is unknown color: approx Wasabi. HEX triplet: 81, 95 and 3A. RGB value is (129,149,58). Sum of RGB (Red+Green+Blue) = 129+149+58=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #81953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81953A is #7E6AC5. Grayscale: #848484. Windows color (decimal): -8284870 or 3839361. OLE color: 3839361.

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

Color convert

RGB12914958-
CMYK0.1300.610.42
HSL73.19º43.96%40.59%-
HSV(B)73.19º61.07%58.43%-
XYZ20.5626.478.03-
YUV132.6585.87125.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=38.39%
G=44.35%
B=17.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129149580.1300.610.4273.1943.9640.59
Hex81953AD03D2A492c29
Octal2012257215075521115451
Binary1000000110010101111010110101111011010101001001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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