Html Css Color HEX #84984C Wasabi

📋 copy color: '#84984C'

red 132 ◦ green 152 ◦ blue 76

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

Shades of Wasabi #84984C

Tints of Wasabi #84984C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 76 (30.08% from 255) = 21.11%

R = 36.67%
G = 42.22%
B = 21.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#84984C (or 0x84984C) is known color: Wasabi. HEX triplet: 84, 98 and 4C. RGB value is (132,152,76). Sum of RGB (Red+Green+Blue) = 132+152+76=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #84984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84984C is #7B67B3. Grayscale: #898989. Windows color (decimal): -8087476 or 5019780. OLE color: 5019780.

HSL color Cylindrical-coordinate representation of color #84984C: hue angle of 75.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84984C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 76 -
CMYK 0.13 0 0.50 0.40
HSL 75.79º 0.33% 0.45% -
HSV(B) 75.79º 0.5% 0.6% -
XYZ 22.05 27.88 11.06 -
YUV 137.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 132 152 76 0.13 0 0.50 0.40 75.79 0.33 0.45
Hex 84 98 4C D 0 32 28 4C 21 2D
Octal 204 230 114 15 0 62 50 114 41 55
Binary 10000100 10011000 1001100 1101 0 110010 101000 1001100 100001 101101

Color Harmonies of #84984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84984C

Black with #84984C

Text Example


Text Example

White with #84984C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,152,76); }

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

background-color css

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

 a { background-color: rgb(132,152,76); }

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

border-color css

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

 span { border-color: rgb(132,152,76); }

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