Html Css Color HEX #84964F Wasabi

📋 copy color: '#84964F'

red 132 ◦ green 150 ◦ blue 79

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

Shades of Wasabi #84964F

Tints of Wasabi #84964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 36.57%
G = 41.55%
B = 21.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#84964F (or 0x84964F) is known color: Wasabi. HEX triplet: 84, 96 and 4F. RGB value is (132,150,79). Sum of RGB (Red+Green+Blue) = 132+150+79=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #84964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84964F is #7B69B0. Grayscale: #888888. Windows color (decimal): -8087985 or 5215876. OLE color: 5215876.

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

Color convert

RGB 132 150 79 -
CMYK 0.12 0 0.47 0.41
HSL 75.21º 0.31% 0.45% -
HSV(B) 75.21º 0.47% 0.59% -
XYZ 21.83 27.28 11.51 -
YUV 136.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 132 150 79 0.12 0 0.47 0.41 75.21 0.31 0.45
Hex 84 96 4F C 0 2F 29 4B 1F 2D
Octal 204 226 117 14 0 57 51 113 37 55
Binary 10000100 10010110 1001111 1100 0 101111 101001 1001011 11111 101101

Color Harmonies of #84964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84964F

Black with #84964F

Text Example


Text Example

White with #84964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84964F; }

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

 H1.HeaderClassName
 {
   color: #84964F;
 }
 .AnyTagClassName
 {
   color: #84964F;
 }
</style>

background-color css

<style>
 a { background-color: #84964F; }

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

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

border-color css

<style>
 span { border-color: #84964F; }

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

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