#84984C

Color #84984C Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #84984C

Tints of Wasabi #84984C

Color information

#84984C (or 0x84984C) is unknown color: approx 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

RGB13215276-
CMYK0.1300.500.40
HSL75.79º33.33%44.71%-
HSV(B)75.79º50%59.61%-
XYZ22.0527.8811.06-
YUV137.3693.37124.18-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132152760.1300.500.4075.7933.3344.71
Hex84984CD032284c212d
Octal20423011415062501144155
Binary10000100100110001001100110101100101010001001100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>