Html Css Color HEX #84963B Wasabi

📋 copy color: '#84963B'

red 132 ◦ green 150 ◦ blue 59

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

Shades of Wasabi #84963B

Tints of Wasabi #84963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 38.71%
G = 43.99%
B = 17.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#84963B (or 0x84963B) is known color: Wasabi. HEX triplet: 84, 96 and 3B. RGB value is (132,150,59). Sum of RGB (Red+Green+Blue) = 132+150+59=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #84963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84963B is #7B69C4. Grayscale: #868686. Windows color (decimal): -8088005 or 3905156. OLE color: 3905156.

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

Color convert

RGB 132 150 59 -
CMYK 0.12 0 0.61 0.41
HSL 71.87º 0.44% 0.41% -
HSV(B) 71.87º 0.61% 0.59% -
XYZ 21.21 27.03 8.24 -
YUV 134.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 132 150 59 0.12 0 0.61 0.41 71.87 0.44 0.41
Hex 84 96 3B C 0 3D 29 48 2C 29
Octal 204 226 73 14 0 75 51 110 54 51
Binary 10000100 10010110 111011 1100 0 111101 101001 1001000 101100 101001

Color Harmonies of #84963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84963B

Black with #84963B

Text Example


Text Example

White with #84963B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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