#84994C

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

Shades of Wasabi #84994C

Tints of Wasabi #84994C

Color information

#84994C (or 0x84994C) is unknown color: approx Wasabi. HEX triplet: 84, 99 and 4C. RGB value is (132,153,76). Sum of RGB (Red+Green+Blue) = 132+153+76=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #84994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84994C is #7B66B3. Grayscale: #8A8A8A. Windows color (decimal): -8087220 or 5020036. OLE color: 5020036.

HSL color Cylindrical-coordinate representation of color #84994C: hue angle of 76.36º degrees, saturation: 0.34, 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 #84994C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB13215376-
CMYK0.1400.500.4
HSL76.36º33.62%44.9%-
HSV(B)76.36º50.33%60%-
XYZ22.2128.2111.11-
YUV137.9493.04123.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=36.57%
G=42.38%
B=21.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153760.1400.500.476.3633.6244.9
Hex84994CE032284c222d
Octal20423111416062501144255
Binary10000100100110011001100111001100101010001001100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84994C;
 }
 .AnyTagClassName
 {
   color: #84994C;
 }
</style>
background-color css

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

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

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

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

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

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