#81944C

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

Shades of Wasabi #81944C

Tints of Wasabi #81944C

Color information

#81944C (or 0x81944C) is unknown color: approx Wasabi. HEX triplet: 81, 94 and 4C. RGB value is (129,148,76). Sum of RGB (Red+Green+Blue) = 129+148+76=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #81944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81944C is #7E6BB3. Grayscale: #868686. Windows color (decimal): -8285108 or 5018753. OLE color: 5018753.

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

Color convert

RGB12914876-
CMYK0.1300.490.42
HSL75.83º32.14%43.92%-
HSV(B)75.83º48.65%58.04%-
XYZ20.9526.3710.82-
YUV134.1195.21124.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=36.54%
G=41.93%
B=21.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129148760.1300.490.4275.8332.1443.92
Hex81944CD0312A4c202c
Octal20122411415061521144054
Binary10000001100101001001100110101100011010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81944C; }

 p { color: rgb(129,148,76); }

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

<style>
 a { background-color: #81944C; }

 a { background-color: rgb(129,148,76); }

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

<style>
 span { border-color: #81944C; }

 span { border-color: rgb(129,148,76); }

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