Html Css Color HEX #84914D Wasabi

📋 copy color: '#84914D'

red 132 ◦ green 145 ◦ blue 77

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

Shades of Wasabi #84914D

Tints of Wasabi #84914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

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

R = 37.29%
G = 40.96%
B = 21.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#84914D (or 0x84914D) is known color: Wasabi. HEX triplet: 84, 91 and 4D. RGB value is (132,145,77). Sum of RGB (Red+Green+Blue) = 132+145+77=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #84914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84914D is #7B6EB2. Grayscale: #858585. Windows color (decimal): -8089267 or 5083524. OLE color: 5083524.

HSL color Cylindrical-coordinate representation of color #84914D: hue angle of 71.47º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84914D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 77 -
CMYK 0.09 0 0.47 0.43
HSL 71.47º 0.31% 0.44% -
HSV(B) 71.47º 0.47% 0.57% -
XYZ 20.98 25.69 10.87 -
YUV 133.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 132 145 77 0.09 0 0.47 0.43 71.47 0.31 0.44
Hex 84 91 4D 9 0 2F 2B 47 1F 2C
Octal 204 221 115 11 0 57 53 107 37 54
Binary 10000100 10010001 1001101 1001 0 101111 101011 1000111 11111 101100

Color Harmonies of #84914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84914D

Black with #84914D

Text Example


Text Example

White with #84914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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