Html Css Color HEX #84963D Wasabi

📋 copy color: '#84963D'

red 132 ◦ green 150 ◦ blue 61

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

Shades of Wasabi #84963D

Tints of Wasabi #84963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 38.48%
G = 43.73%
B = 17.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#84963D (or 0x84963D) is known color: Wasabi. HEX triplet: 84, 96 and 3D. RGB value is (132,150,61). Sum of RGB (Red+Green+Blue) = 132+150+61=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #84963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84963D is #7B69C2. Grayscale: #868686. Windows color (decimal): -8088003 or 4036228. OLE color: 4036228.

HSL color Cylindrical-coordinate representation of color #84963D: hue angle of 72.13º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84963D is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 61 -
CMYK 0.12 0 0.59 0.41
HSL 72.13º 0.42% 0.41% -
HSV(B) 72.13º 0.59% 0.59% -
XYZ 21.26 27.06 8.52 -
YUV 134.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 132 150 61 0.12 0 0.59 0.41 72.13 0.42 0.41
Hex 84 96 3D C 0 3B 29 48 2A 29
Octal 204 226 75 14 0 73 51 110 52 51
Binary 10000100 10010110 111101 1100 0 111011 101001 1001000 101010 101001

Color Harmonies of #84963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84963D

Black with #84963D

Text Example


Text Example

White with #84963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,150,61); }

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

background-color css

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

 a { background-color: rgb(132,150,61); }

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

border-color css

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

 span { border-color: rgb(132,150,61); }

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