#81914B

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

Shades of Wasabi #81914B

Tints of Wasabi #81914B

Color information

#81914B (or 0x81914B) is unknown color: approx Wasabi. HEX triplet: 81, 91 and 4B. RGB value is (129,145,75). Sum of RGB (Red+Green+Blue) = 129+145+75=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #81914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81914B is #7E6EB4. Grayscale: #848484. Windows color (decimal): -8285877 or 4952449. OLE color: 4952449.

HSL color Cylindrical-coordinate representation of color #81914B: hue angle of 73.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81914B is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB12914575-
CMYK0.1100.480.43
HSL73.71º31.82%43.14%-
HSV(B)73.71º48.28%56.86%-
XYZ20.4525.4310.49-
YUV132.2495.7125.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=36.96%
G=41.55%
B=21.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129145750.1100.480.4373.7131.8243.14
Hex81914BB0302B4a202b
Octal20122111313060531124053
Binary10000001100100011001011101101100001010111001010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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