Html Css Color HEX #84944E Wasabi

📋 copy color: '#84944E'

red 132 ◦ green 148 ◦ blue 78

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

Shades of Wasabi #84944E

Tints of Wasabi #84944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 36.87%
G = 41.34%
B = 21.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#84944E (or 0x84944E) is known color: Wasabi. HEX triplet: 84, 94 and 4E. RGB value is (132,148,78). Sum of RGB (Red+Green+Blue) = 132+148+78=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #84944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84944E is #7B6BB1. Grayscale: #878787. Windows color (decimal): -8088498 or 5149828. OLE color: 5149828.

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

Color convert

RGB 132 148 78 -
CMYK 0.11 0 0.47 0.42
HSL 73.71º 0.31% 0.44% -
HSV(B) 73.71º 0.47% 0.58% -
XYZ 21.48 26.64 11.22 -
YUV 135.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 132 148 78 0.11 0 0.47 0.42 73.71 0.31 0.44
Hex 84 94 4E B 0 2F 2A 4A 1F 2C
Octal 204 224 116 13 0 57 52 112 37 54
Binary 10000100 10010100 1001110 1011 0 101111 101010 1001010 11111 101100

Color Harmonies of #84944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84944E

Black with #84944E

Text Example


Text Example

White with #84944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84944E; }

 p { color: rgb(132,148,78); }

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

background-color css

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

 a { background-color: rgb(132,148,78); }

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

border-color css

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

 span { border-color: rgb(132,148,78); }

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