#849C41

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

Shades of Wasabi #849C41

Tints of Wasabi #849C41

Color information

#849C41 (or 0x849C41) is unknown color: approx Wasabi. HEX triplet: 84, 9C and 41. RGB value is (132,156,65). Sum of RGB (Red+Green+Blue) = 132+156+65=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #849C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C41 is #7B63BE. Grayscale: #8A8A8A. Windows color (decimal): -8086463 or 4299908. OLE color: 4299908.

HSL color Cylindrical-coordinate representation of color #849C41: hue angle of 75.82º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #849C41 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB13215665-
CMYK0.1500.580.39
HSL75.82º41.18%43.33%-
HSV(B)75.82º58.33%61.18%-
XYZ22.3629.069.43-
YUV138.4586.55123.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=37.39%
G=44.19%
B=18.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132156650.1500.580.3975.8241.1843.33
Hex849C41F03A274c292b
Octal20423410117072471145153
Binary10000100100111001000001111101110101001111001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849C41; }

 p { color: rgb(132,156,65); }

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

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

 a { background-color: rgb(132,156,65); }

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

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

 span { border-color: rgb(132,156,65); }

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