#849C40

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

Shades of Wasabi #849C40

Tints of Wasabi #849C40

Color information

#849C40 (or 0x849C40) is unknown color: approx Wasabi. HEX triplet: 84, 9C and 40. RGB value is (132,156,64). Sum of RGB (Red+Green+Blue) = 132+156+64=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #849C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C40 is #7B63BF. Grayscale: #8A8A8A. Windows color (decimal): -8086464 or 4234372. OLE color: 4234372.

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

Color convert

RGB13215664-
CMYK0.1500.590.39
HSL75.65º41.82%43.14%-
HSV(B)75.65º58.97%61.18%-
XYZ22.3329.059.28-
YUV138.3486.05123.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 156 (61.33% from 255) = 44.32%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=37.5%
G=44.32%
B=18.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132156640.1500.590.3975.6541.8243.14
Hex849C40F03B274c2a2b
Octal20423410017073471145253
Binary10000100100111001000000111101110111001111001100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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