#849153

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

Shades of Wasabi #849153

Tints of Wasabi #849153

Color information

#849153 (or 0x849153) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 53. RGB value is (132,145,83). Sum of RGB (Red+Green+Blue) = 132+145+83=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #849153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849153 is #7B6EAC. Grayscale: #868686. Windows color (decimal): -8089261 or 5476740. OLE color: 5476740.

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

Color convert

RGB13214583-
CMYK0.0900.430.43
HSL72.58º27.19%44.71%-
HSV(B)72.58º42.76%56.86%-
XYZ21.225.7812.04-
YUV134.0499.19126.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=36.67%
G=40.28%
B=23.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145830.0900.430.4372.5827.1944.71
Hex849153902B2B491b2d
Octal20422112311053531113355
Binary1000010010010001101001110010101011101011100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849153; }

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

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

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

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

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

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

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

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