#849050

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

Shades of Wasabi #849050

Tints of Wasabi #849050

Color information

#849050 (or 0x849050) is unknown color: approx Wasabi. HEX triplet: 84, 90 and 50. RGB value is (132,144,80). Sum of RGB (Red+Green+Blue) = 132+144+80=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #849050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849050 is #7B6FAF. Grayscale: #858585. Windows color (decimal): -8089520 or 5279876. OLE color: 5279876.

HSL color Cylindrical-coordinate representation of color #849050: hue angle of 71.25º degrees, saturation: 0.29, 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 #849050 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB13214480-
CMYK0.0800.440.44
HSL71.25º28.57%43.92%-
HSV(B)71.25º44.44%56.47%-
XYZ20.9425.4311.39-
YUV133.1298.02127.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=37.08%
G=40.45%
B=22.47%

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
Decimal132144800.0800.440.4471.2528.5743.92
Hex849050802C2C471d2c
Octal20422012010054541073554
Binary1000010010010000101000010000101100101100100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849050; }

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

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

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

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

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

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

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

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