#84914B

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

Shades of Wasabi #84914B

Tints of Wasabi #84914B

Color information

#84914B (or 0x84914B) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 4B. RGB value is (132,145,75). Sum of RGB (Red+Green+Blue) = 132+145+75=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #84914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84914B is #7B6EB4. Grayscale: #858585. Windows color (decimal): -8089269 or 4952452. OLE color: 4952452.

HSL color Cylindrical-coordinate representation of color #84914B: hue angle of 71.14º 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 #84914B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB13214575-
CMYK0.0900.480.43
HSL71.14º31.82%43.14%-
HSV(B)71.14º48.28%56.86%-
XYZ20.9125.6610.51-
YUV133.1395.19127.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=37.5%
G=41.19%
B=21.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145750.0900.480.4371.1431.8243.14
Hex84914B90302B47202b
Octal20422111311060531074053
Binary10000100100100011001011100101100001010111000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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