#849431

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

Shades of Wasabi #849431

Tints of Wasabi #849431

Color information

#849431 (or 0x849431) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 31. RGB value is (132,148,49). Sum of RGB (Red+Green+Blue) = 132+148+49=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #849431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849431 is #7B6BCE. Grayscale: #848484. Windows color (decimal): -8088527 or 3249284. OLE color: 3249284.

HSL color Cylindrical-coordinate representation of color #849431: hue angle of 69.7º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #849431 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB13214849-
CMYK0.1100.670.42
HSL69.7º50.25%38.63%-
HSV(B)69.7º66.89%58.04%-
XYZ20.6626.316.89-
YUV131.9381.2128.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=40.12%
G=44.98%
B=14.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148490.1100.670.4269.750.2538.63
Hex849431B0432A463227
Octal20422461130103521066247
Binary10000100100101001100011011010000111010101000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849431; }

 p { color: rgb(132,148,49); }

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

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

 a { background-color: rgb(132,148,49); }

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

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

 span { border-color: rgb(132,148,49); }

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