#84932C

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

Shades of Wasabi #84932C

Tints of Wasabi #84932C

Color information

#84932C (or 0x84932C) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 2C. RGB value is (132,147,44). Sum of RGB (Red+Green+Blue) = 132+147+44=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #84932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84932C is #7B6CD3. Grayscale: #838383. Windows color (decimal): -8088788 or 2921348. OLE color: 2921348.

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

Color convert

RGB13214744-
CMYK0.1000.700.42
HSL68.74º53.93%37.45%-
HSV(B)68.74º70.07%57.65%-
XYZ20.425.956.32-
YUV130.7779.03128.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=40.87%
G=45.51%
B=13.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147440.1000.700.4268.7453.9337.45
Hex84932CA0462A453625
Octal20422354120106521056645
Binary10000100100100111011001010010001101010101000101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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