Html Css Color HEX #84984D Wasabi

📋 copy color: '#84984D'

red 132 ◦ green 152 ◦ blue 77

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

Shades of Wasabi #84984D

Tints of Wasabi #84984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 36.57%
G = 42.11%
B = 21.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#84984D (or 0x84984D) is known color: Wasabi. HEX triplet: 84, 98 and 4D. RGB value is (132,152,77). Sum of RGB (Red+Green+Blue) = 132+152+77=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #84984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84984D is #7B67B2. Grayscale: #898989. Windows color (decimal): -8087475 or 5085316. OLE color: 5085316.

HSL color Cylindrical-coordinate representation of color #84984D: hue angle of 76º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84984D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 77 -
CMYK 0.13 0 0.49 0.40
HSL 76º 0.33% 0.45% -
HSV(B) 76º 0.49% 0.6% -
XYZ 22.08 27.9 11.24 -
YUV 137.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 132 152 77 0.13 0 0.49 0.40 76 0.33 0.45
Hex 84 98 4D D 0 31 28 4C 21 2D
Octal 204 230 115 15 0 61 50 114 41 55
Binary 10000100 10011000 1001101 1101 0 110001 101000 1001100 100001 101101

Color Harmonies of #84984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84984D

Black with #84984D

Text Example


Text Example

White with #84984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84984D; }

 p { color: rgb(132,152,77); }

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

background-color css

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

 a { background-color: rgb(132,152,77); }

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

border-color css

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

 span { border-color: rgb(132,152,77); }

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