#848D48

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

Shades of Wasabi #848D48

Tints of Wasabi #848D48

Color information

#848D48 (or 0x848D48) is unknown color: approx Wasabi. HEX triplet: 84, 8D and 48. RGB value is (132,141,72). Sum of RGB (Red+Green+Blue) = 132+141+72=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #848D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D48 is #7B72B7. Grayscale: #828282. Windows color (decimal): -8090296 or 4754820. OLE color: 4754820.

HSL color Cylindrical-coordinate representation of color #848D48: hue angle of 67.83º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #848D48 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB13214172-
CMYK0.0600.490.45
HSL67.83º32.39%41.76%-
HSV(B)67.83º48.94%55.29%-
XYZ20.2124.429.78-
YUV130.4495.02129.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=38.26%
G=40.87%
B=20.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141720.0600.490.4567.8332.3941.76
Hex848D4860312D44202a
Octal2042151106061551044052
Binary1000010010001101100100011001100011011011000100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,72); }

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

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

 a { background-color: rgb(132,141,72); }

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

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

 span { border-color: rgb(132,141,72); }

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