#849132

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

Shades of Wasabi #849132

Tints of Wasabi #849132

Color information

#849132 (or 0x849132) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 32. RGB value is (132,145,50). Sum of RGB (Red+Green+Blue) = 132+145+50=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #849132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849132 is #7B6ECD. Grayscale: #828282. Windows color (decimal): -8089294 or 3314052. OLE color: 3314052.

HSL color Cylindrical-coordinate representation of color #849132: hue angle of 68.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #849132 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB13214550-
CMYK0.0900.660.43
HSL68.21º48.72%38.24%-
HSV(B)68.21º65.52%56.86%-
XYZ20.2225.396.85-
YUV130.2882.69129.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 50 (19.92% from 255) = 15.29%
R=40.37%
G=44.34%
B=15.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145500.0900.660.4368.2148.7238.24
Hex84913290422B443126
Octal20422162110102531046146
Binary10000100100100011100101001010000101010111000100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849132; }

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

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

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

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

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

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

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

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