Html Css Color HEX #849131 Wasabi

📋 copy color: '#849131'

red 132 ◦ green 145 ◦ blue 49

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

Shades of Wasabi #849131

Tints of Wasabi #849131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.48%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 40.49%
G = 44.48%
B = 15.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#849131 (or 0x849131) is known color: Wasabi. HEX triplet: 84, 91 and 31. RGB value is (132,145,49). Sum of RGB (Red+Green+Blue) = 132+145+49=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #849131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849131 is #7B6ECE. Grayscale: #828282. Windows color (decimal): -8089295 or 3248516. OLE color: 3248516.

HSL color Cylindrical-coordinate representation of color #849131: hue angle of 68.13º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #849131 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 49 -
CMYK 0.09 0 0.66 0.43
HSL 68.13º 0.49% 0.38% -
HSV(B) 68.13º 0.66% 0.57% -
XYZ 20.2 25.38 6.74 -
YUV 130.17 82.19 129.31 -
System Red Green Blue C M Y K H S L
Decimal 132 145 49 0.09 0 0.66 0.43 68.13 0.49 0.38
Hex 84 91 31 9 0 42 2B 44 31 26
Octal 204 221 61 11 0 102 53 104 61 46
Binary 10000100 10010001 110001 1001 0 1000010 101011 1000100 110001 100110

Color Harmonies of #849131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849131

Black with #849131

Text Example


Text Example

White with #849131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849131; }

 p { color: rgb(132,145,49); }

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

background-color css

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

 a { background-color: rgb(132,145,49); }

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

border-color css

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

 span { border-color: rgb(132,145,49); }

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