Html Css Color HEX #849641 Wasabi

📋 copy color: '#849641'

red 132 ◦ green 150 ◦ blue 65

#849641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #849641

Tints of Wasabi #849641

RGB

 RED value IS 132 (51.95% from 255) = 38.04%

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 38.04%
G = 43.23%
B = 18.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#849641 (or 0x849641) is known color: Wasabi. HEX triplet: 84, 96 and 41. RGB value is (132,150,65). Sum of RGB (Red+Green+Blue) = 132+150+65=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #849641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849641 is #7B69BE. Grayscale: #878787. Windows color (decimal): -8087999 or 4298372. OLE color: 4298372.

HSL color Cylindrical-coordinate representation of color #849641: hue angle of 72.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #849641 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 65 -
CMYK 0.12 0 0.57 0.41
HSL 72.71º 0.4% 0.42% -
HSV(B) 72.71º 0.57% 0.59% -
XYZ 21.38 27.1 9.11 -
YUV 134.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 132 150 65 0.12 0 0.57 0.41 72.71 0.4 0.42
Hex 84 96 41 C 0 39 29 49 28 2A
Octal 204 226 101 14 0 71 51 111 50 52
Binary 10000100 10010110 1000001 1100 0 111001 101001 1001001 101000 101010

Color Harmonies of #849641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849641

Black with #849641

Text Example


Text Example

White with #849641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849641; }

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

 H1.HeaderClassName
 {
   color: #849641;
 }
 .AnyTagClassName
 {
   color: #849641;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #849641;
 }
 .BgClassName
 {
   background-color: #849641;
 }
</style>

border-color css

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

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

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