Html Css Color HEX #84912C Wasabi

📋 copy color: '#84912C'

red 132 ◦ green 145 ◦ blue 44

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

Shades of Wasabi #84912C

Tints of Wasabi #84912C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 41.12%
G = 45.17%
B = 13.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#84912C (or 0x84912C) is known color: Wasabi. HEX triplet: 84, 91 and 2C. RGB value is (132,145,44). Sum of RGB (Red+Green+Blue) = 132+145+44=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #84912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84912C is #7B6ED3. Grayscale: #818181. Windows color (decimal): -8089300 or 2920836. OLE color: 2920836.

HSL color Cylindrical-coordinate representation of color #84912C: hue angle of 67.72º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84912C is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 44 -
CMYK 0.09 0 0.70 0.43
HSL 67.72º 0.53% 0.37% -
HSV(B) 67.72º 0.7% 0.57% -
XYZ 20.1 25.34 6.21 -
YUV 129.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 132 145 44 0.09 0 0.70 0.43 67.72 0.53 0.37
Hex 84 91 2C 9 0 46 2B 44 35 25
Octal 204 221 54 11 0 106 53 104 65 45
Binary 10000100 10010001 101100 1001 0 1000110 101011 1000100 110101 100101

Color Harmonies of #84912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84912C

Black with #84912C

Text Example


Text Example

White with #84912C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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