Html Css Color HEX #849541 Wasabi

📋 copy color: '#849541'

red 132 ◦ green 149 ◦ blue 65

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

Shades of Wasabi #849541

Tints of Wasabi #849541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

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

R = 38.15%
G = 43.06%
B = 18.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#849541 (or 0x849541) is known color: Wasabi. HEX triplet: 84, 95 and 41. RGB value is (132,149,65). Sum of RGB (Red+Green+Blue) = 132+149+65=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #849541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849541 is #7B6ABE. Grayscale: #868686. Windows color (decimal): -8088255 or 4298116. OLE color: 4298116.

HSL color Cylindrical-coordinate representation of color #849541: hue angle of 72.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #849541 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 149 65 -
CMYK 0.11 0 0.56 0.42
HSL 72.14º 0.39% 0.42% -
HSV(B) 72.14º 0.56% 0.58% -
XYZ 21.22 26.78 9.05 -
YUV 134.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 132 149 65 0.11 0 0.56 0.42 72.14 0.39 0.42
Hex 84 95 41 B 0 38 2A 48 27 2A
Octal 204 225 101 13 0 70 52 110 47 52
Binary 10000100 10010101 1000001 1011 0 111000 101010 1001000 100111 101010

Color Harmonies of #849541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849541

Black with #849541

Text Example


Text Example

White with #849541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849541; }

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

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

background-color css

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

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

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

border-color css

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

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

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