#849A32

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

Shades of Wasabi #849A32

Tints of Wasabi #849A32

Color information

#849A32 (or 0x849A32) is unknown color: approx Wasabi. HEX triplet: 84, 9A and 32. RGB value is (132,154,50). Sum of RGB (Red+Green+Blue) = 132+154+50=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #849A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A32 is #7B65CD. Grayscale: #878787. Windows color (decimal): -8086990 or 3316356. OLE color: 3316356.

HSL color Cylindrical-coordinate representation of color #849A32: hue angle of 72.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #849A32 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB13215450-
CMYK0.1400.680.40
HSL72.69º50.98%40%-
HSV(B)72.69º67.53%60.39%-
XYZ21.6528.257.33-
YUV135.5779.71125.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=39.29%
G=45.83%
B=14.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132154500.1400.680.4072.6950.9840
Hex849A32E04428493328
Octal20423262160104501116350
Binary10000100100110101100101110010001001010001001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849A32; }

 p { color: rgb(132,154,50); }

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

<style>
 a { background-color: #849A32; }

 a { background-color: rgb(132,154,50); }

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

<style>
 span { border-color: #849A32; }

 span { border-color: rgb(132,154,50); }

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