#848F48

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

Shades of Wasabi #848F48

Tints of Wasabi #848F48

Color information

#848F48 (or 0x848F48) is unknown color: approx Wasabi. HEX triplet: 84, 8F and 48. RGB value is (132,143,72). Sum of RGB (Red+Green+Blue) = 132+143+72=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #848F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848F48 is #7B70B7. Grayscale: #838383. Windows color (decimal): -8089784 or 4755332. OLE color: 4755332.

HSL color Cylindrical-coordinate representation of color #848F48: hue angle of 69.3º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #848F48 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB13214372-
CMYK0.0800.500.44
HSL69.3º33.02%42.16%-
HSV(B)69.3º49.65%56.08%-
XYZ20.5125.029.88-
YUV131.6294.36128.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=38.04%
G=41.21%
B=20.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132143720.0800.500.4469.333.0242.16
Hex848F4880322C45212a
Octal20421711010062541054152
Binary10000100100011111001000100001100101011001000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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