#84952C

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

Shades of Wasabi #84952C

Tints of Wasabi #84952C

Color information

#84952C (or 0x84952C) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 2C. RGB value is (132,149,44). Sum of RGB (Red+Green+Blue) = 132+149+44=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #84952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84952C is #7B6AD3. Grayscale: #848484. Windows color (decimal): -8088276 or 2921860. OLE color: 2921860.

HSL color Cylindrical-coordinate representation of color #84952C: hue angle of 69.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84952C is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB13214944-
CMYK0.1100.700.42
HSL69.71º54.4%37.84%-
HSV(B)69.71º70.47%58.43%-
XYZ20.7226.586.42-
YUV131.9578.37128.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=40.62%
G=45.85%
B=13.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149440.1100.700.4269.7154.437.84
Hex84952CB0462A463626
Octal20422554130106521066646
Binary10000100100101011011001011010001101010101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84952C; }

 p { color: rgb(132,149,44); }

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

<style>
 a { background-color: #84952C; }

 a { background-color: rgb(132,149,44); }

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

<style>
 span { border-color: #84952C; }

 span { border-color: rgb(132,149,44); }

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