Html Css Color HEX #849246 Wasabi

📋 copy color: '#849246'

red 132 ◦ green 146 ◦ blue 70

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

Shades of Wasabi #849246

Tints of Wasabi #849246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 37.93%
G = 41.95%
B = 20.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#849246 (or 0x849246) is known color: Wasabi. HEX triplet: 84, 92 and 46. RGB value is (132,146,70). Sum of RGB (Red+Green+Blue) = 132+146+70=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #849246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849246 is #7B6DB9. Grayscale: #858585. Windows color (decimal): -8089018 or 4625028. OLE color: 4625028.

HSL color Cylindrical-coordinate representation of color #849246: hue angle of 71.05º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #849246 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 70 -
CMYK 0.10 0 0.52 0.43
HSL 71.05º 0.35% 0.42% -
HSV(B) 71.05º 0.52% 0.57% -
XYZ 20.9 25.91 9.69 -
YUV 133.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 132 146 70 0.10 0 0.52 0.43 71.05 0.35 0.42
Hex 84 92 46 A 0 34 2B 47 23 2A
Octal 204 222 106 12 0 64 53 107 43 52
Binary 10000100 10010010 1000110 1010 0 110100 101011 1000111 100011 101010

Color Harmonies of #849246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849246

Black with #849246

Text Example


Text Example

White with #849246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849246; }

 p { color: rgb(132,146,70); }

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

background-color css

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

 a { background-color: rgb(132,146,70); }

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

border-color css

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

 span { border-color: rgb(132,146,70); }

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