#81954C

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

Shades of Wasabi #81954C

Tints of Wasabi #81954C

Color information

#81954C (or 0x81954C) is unknown color: approx Wasabi. HEX triplet: 81, 95 and 4C. RGB value is (129,149,76). Sum of RGB (Red+Green+Blue) = 129+149+76=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #81954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81954C is #7E6AB3. Grayscale: #868686. Windows color (decimal): -8284852 or 5019009. OLE color: 5019009.

HSL color Cylindrical-coordinate representation of color #81954C: hue angle of 76.44º 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 #81954C is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB12914976-
CMYK0.1300.490.42
HSL76.44º32.44%44.12%-
HSV(B)76.44º48.99%58.43%-
XYZ21.1126.6810.88-
YUV134.794.87123.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=36.44%
G=42.09%
B=21.47%

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
Decimal129149760.1300.490.4276.4432.4444.12
Hex81954CD0312A4c202c
Octal20122511415061521144054
Binary10000001100101011001100110101100011010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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