#849051

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

Shades of Wasabi #849051

Tints of Wasabi #849051

Color information

#849051 (or 0x849051) is unknown color: approx Wasabi. HEX triplet: 84, 90 and 51. RGB value is (132,144,81). Sum of RGB (Red+Green+Blue) = 132+144+81=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #849051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849051 is #7B6FAE. Grayscale: #858585. Windows color (decimal): -8089519 or 5345412. OLE color: 5345412.

HSL color Cylindrical-coordinate representation of color #849051: hue angle of 71.43º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849051 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB13214481-
CMYK0.0800.440.44
HSL71.43º28%44.12%-
HSV(B)71.43º43.75%56.47%-
XYZ20.9725.4511.59-
YUV133.2398.52127.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=36.97%
G=40.34%
B=22.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132144810.0800.440.4471.432844.12
Hex849051802C2C471c2c
Octal20422012110054541073454
Binary1000010010010000101000110000101100101100100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849051; }

 p { color: rgb(132,144,81); }

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

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

 a { background-color: rgb(132,144,81); }

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

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

 span { border-color: rgb(132,144,81); }

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