#84923D

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

Shades of Wasabi #84923D

Tints of Wasabi #84923D

Color information

#84923D (or 0x84923D) is unknown color: approx Wasabi. HEX triplet: 84, 92 and 3D. RGB value is (132,146,61). Sum of RGB (Red+Green+Blue) = 132+146+61=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #84923D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84923D is #7B6DC2. Grayscale: #848484. Windows color (decimal): -8089027 or 4035204. OLE color: 4035204.

HSL color Cylindrical-coordinate representation of color #84923D: hue angle of 69.88º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84923D is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB13214661-
CMYK0.1000.580.43
HSL69.88º41.06%40.59%-
HSV(B)69.88º58.22%57.25%-
XYZ20.6425.88.31-
YUV132.1287.86127.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=38.94%
G=43.07%
B=17.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146610.1000.580.4369.8841.0640.59
Hex84923DA03A2B462929
Octal2042227512072531065151
Binary1000010010010010111101101001110101010111000110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84923D; }

 p { color: rgb(132,146,61); }

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

<style>
 a { background-color: #84923D; }

 a { background-color: rgb(132,146,61); }

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

<style>
 span { border-color: #84923D; }

 span { border-color: rgb(132,146,61); }

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