#849150

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

Shades of Wasabi #849150

Tints of Wasabi #849150

Color information

#849150 (or 0x849150) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 50. RGB value is (132,145,80). Sum of RGB (Red+Green+Blue) = 132+145+80=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #849150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849150 is #7B6EAF. Grayscale: #858585. Windows color (decimal): -8089264 or 5280132. OLE color: 5280132.

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

Color convert

RGB13214580-
CMYK0.0900.450.43
HSL72º28.89%44.12%-
HSV(B)72º44.83%56.86%-
XYZ21.0925.7411.45-
YUV133.797.69126.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=36.97%
G=40.62%
B=22.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145800.0900.450.437228.8944.12
Hex849150902D2B481d2c
Octal20422112011055531103554
Binary1000010010010001101000010010101101101011100100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849150; }

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

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

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

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

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

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

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

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