#81993E

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

Shades of Wasabi #81993E

Tints of Wasabi #81993E

Color information

#81993E (or 0x81993E) is unknown color: approx Wasabi. HEX triplet: 81, 99 and 3E. RGB value is (129,153,62). Sum of RGB (Red+Green+Blue) = 129+153+62=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #81993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81993E is #7E66C1. Grayscale: #878787. Windows color (decimal): -8283842 or 4102529. OLE color: 4102529.

HSL color Cylindrical-coordinate representation of color #81993E: hue angle of 75.82º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81993E is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB12915362-
CMYK0.1600.590.4
HSL75.82º42.33%42.16%-
HSV(B)75.82º59.48%60%-
XYZ21.3127.88.8-
YUV135.4586.55123.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=37.5%
G=44.48%
B=18.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153620.1600.590.475.8242.3342.16
Hex81993E1003B284c2a2a
Octal2012317620073501145252
Binary10000001100110011111101000001110111010001001100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,153,62); }

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

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

 a { background-color: rgb(129,153,62); }

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

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

 span { border-color: rgb(129,153,62); }

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