#848e45

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

Shades of Wasabi #848E45

Tints of Wasabi #848E45

Color information

#848E45 (or 0x848E45) is unknown color: approx Wasabi. HEX triplet: 84, 8E and 45. RGB value is (132,142,69). Sum of RGB (Red+Green+Blue) = 132+142+69=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #848E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E45 is #7B71BA. Grayscale: #828282. Windows color (decimal): -8090043 or 4558468. OLE color: 4558468.

HSL color Cylindrical-coordinate representation of color #848E45: hue angle of 68.22º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #848E45 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB13214269-
CMYK0.0700.510.44
HSL68.22º34.6%41.37%-
HSV(B)68.22º51.41%55.69%-
XYZ20.2624.689.33-
YUV130.6993.19128.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=38.48%
G=41.40%
B=20.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132142690.0700.510.4468.2234.641.37
Hex848E4570332C442329
Octal2042161057063541044351
Binary1000010010001110100010111101100111011001000100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848e45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848e45; }

 p { color: rgb(132,142,69); }

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

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

 a { background-color: rgb(132,142,69); }

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

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

 span { border-color: rgb(132,142,69); }

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