#848D3D

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

Shades of Wasabi #848D3D

Tints of Wasabi #848D3D

Color information

#848D3D (or 0x848D3D) is unknown color: approx Wasabi. HEX triplet: 84, 8D and 3D. RGB value is (132,141,61). Sum of RGB (Red+Green+Blue) = 132+141+61=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #848D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D3D is #7B72C2. Grayscale: #818181. Windows color (decimal): -8090307 or 4033924. OLE color: 4033924.

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

Color convert

RGB13214161-
CMYK0.0600.570.45
HSL66.75º39.6%39.61%-
HSV(B)66.75º56.74%55.29%-
XYZ19.8824.298.06-
YUV129.1989.52130-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=39.52%
G=42.22%
B=18.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141610.0600.570.4566.7539.639.61
Hex848D3D60392D432828
Octal204215756071551035050
Binary100001001000110111110111001110011011011000011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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