#849531

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

Shades of Wasabi #849531

Tints of Wasabi #849531

Color information

#849531 (or 0x849531) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 31. RGB value is (132,149,49). Sum of RGB (Red+Green+Blue) = 132+149+49=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #849531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849531 is #7B6ACE. Grayscale: #848484. Windows color (decimal): -8088271 or 3249540. OLE color: 3249540.

HSL color Cylindrical-coordinate representation of color #849531: hue angle of 70.2º degrees, saturation: 0.51, 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 #849531 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB13214949-
CMYK0.1100.670.42
HSL70.2º50.51%38.82%-
HSV(B)70.2º67.11%58.43%-
XYZ20.8226.626.95-
YUV132.5280.87127.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=40%
G=45.15%
B=14.85%

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
Decimal132149490.1100.670.4270.250.5138.82
Hex849531B0432A463327
Octal20422561130103521066347
Binary10000100100101011100011011010000111010101000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849531; }

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

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

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

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

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

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

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

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