#81954E

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

Shades of Wasabi #81954E

Tints of Wasabi #81954E

Color information

#81954E (or 0x81954E) is unknown color: approx Wasabi. HEX triplet: 81, 95 and 4E. RGB value is (129,149,78). Sum of RGB (Red+Green+Blue) = 129+149+78=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #81954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81954E is #7E6AB1. Grayscale: #878787. Windows color (decimal): -8284850 or 5150081. OLE color: 5150081.

HSL color Cylindrical-coordinate representation of color #81954E: hue angle of 76.9º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81954E is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB12914978-
CMYK0.1300.480.42
HSL76.9º31.28%44.51%-
HSV(B)76.9º47.65%58.43%-
XYZ21.1826.7111.25-
YUV134.9395.87123.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=36.24%
G=41.85%
B=21.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129149780.1300.480.4276.931.2844.51
Hex81954ED0302A4d1f2d
Octal20122511615060521153755
Binary1000000110010101100111011010110000101010100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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