Html Css Color HEX #849538 Wasabi

📋 copy color: '#849538'

red 132 ◦ green 149 ◦ blue 56

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

Shades of Wasabi #849538

Tints of Wasabi #849538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 39.17%
G = 44.21%
B = 16.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#849538 (or 0x849538) is known color: Wasabi. HEX triplet: 84, 95 and 38. RGB value is (132,149,56). Sum of RGB (Red+Green+Blue) = 132+149+56=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #849538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849538 is #7B6AC7. Grayscale: #858585. Windows color (decimal): -8088264 or 3708292. OLE color: 3708292.

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

Color convert

RGB 132 149 56 -
CMYK 0.11 0 0.62 0.42
HSL 70.97º 0.45% 0.4% -
HSV(B) 70.97º 0.62% 0.58% -
XYZ 20.98 26.69 7.79 -
YUV 133.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 132 149 56 0.11 0 0.62 0.42 70.97 0.45 0.4
Hex 84 95 38 B 0 3E 2A 47 2D 28
Octal 204 225 70 13 0 76 52 107 55 50
Binary 10000100 10010101 111000 1011 0 111110 101010 1000111 101101 101000

Color Harmonies of #849538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849538

Black with #849538

Text Example


Text Example

White with #849538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849538; }

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

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

background-color css

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

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

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

border-color css

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

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

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