#81973A

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

Shades of Wasabi #81973A

Tints of Wasabi #81973A

Color information

#81973A (or 0x81973A) is unknown color: approx Wasabi. HEX triplet: 81, 97 and 3A. RGB value is (129,151,58). Sum of RGB (Red+Green+Blue) = 129+151+58=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #81973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81973A is #7E68C5. Grayscale: #868686. Windows color (decimal): -8284358 or 3839873. OLE color: 3839873.

HSL color Cylindrical-coordinate representation of color #81973A: hue angle of 74.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81973A is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB12915158-
CMYK0.1500.620.41
HSL74.19º44.5%40.98%-
HSV(B)74.19º61.59%59.22%-
XYZ20.8827.118.13-
YUV133.8285.21124.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=38.17%
G=44.67%
B=17.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129151580.1500.620.4174.1944.540.98
Hex81973AF03E294a2c29
Octal2012277217076511125451
Binary1000000110010111111010111101111101010011001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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