Html Css Color HEX #84944C Wasabi

📋 copy color: '#84944C'

red 132 ◦ green 148 ◦ blue 76

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

Shades of Wasabi #84944C

Tints of Wasabi #84944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 37.08%
G = 41.57%
B = 21.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#84944C (or 0x84944C) is known color: Wasabi. HEX triplet: 84, 94 and 4C. RGB value is (132,148,76). Sum of RGB (Red+Green+Blue) = 132+148+76=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #84944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84944C is #7B6BB3. Grayscale: #878787. Windows color (decimal): -8088500 or 5018756. OLE color: 5018756.

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

Color convert

RGB 132 148 76 -
CMYK 0.11 0 0.49 0.42
HSL 73.33º 0.32% 0.44% -
HSV(B) 73.33º 0.49% 0.58% -
XYZ 21.41 26.61 10.84 -
YUV 135.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 132 148 76 0.11 0 0.49 0.42 73.33 0.32 0.44
Hex 84 94 4C B 0 31 2A 49 20 2C
Octal 204 224 114 13 0 61 52 111 40 54
Binary 10000100 10010100 1001100 1011 0 110001 101010 1001001 100000 101100

Color Harmonies of #84944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84944C

Black with #84944C

Text Example


Text Example

White with #84944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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