#81954B

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

Shades of Wasabi #81954B

Tints of Wasabi #81954B

Color information

#81954B (or 0x81954B) is unknown color: approx Wasabi. HEX triplet: 81, 95 and 4B. RGB value is (129,149,75). Sum of RGB (Red+Green+Blue) = 129+149+75=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #81954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81954B is #7E6AB4. Grayscale: #868686. Windows color (decimal): -8284853 or 4953473. OLE color: 4953473.

HSL color Cylindrical-coordinate representation of color #81954B: hue angle of 76.22º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81954B is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12914975-
CMYK0.1300.500.42
HSL76.22º33.04%43.92%-
HSV(B)76.22º49.66%58.43%-
XYZ21.0726.6710.69-
YUV134.5894.37124.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=36.54%
G=42.21%
B=21.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129149750.1300.500.4276.2233.0443.92
Hex81954BD0322A4c212c
Octal20122511315062521144154
Binary10000001100101011001011110101100101010101001100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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