#84923A

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

Shades of Wasabi #84923A

Tints of Wasabi #84923A

Color information

#84923A (or 0x84923A) is unknown color: approx Wasabi. HEX triplet: 84, 92 and 3A. RGB value is (132,146,58). Sum of RGB (Red+Green+Blue) = 132+146+58=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #84923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84923A is #7B6DC5. Grayscale: #848484. Windows color (decimal): -8089030 or 3838596. OLE color: 3838596.

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

Color convert

RGB13214658-
CMYK0.1000.600.43
HSL69.55º43.14%40%-
HSV(B)69.55º60.27%57.25%-
XYZ20.5625.777.89-
YUV131.7886.36128.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=39.29%
G=43.45%
B=17.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146580.1000.600.4369.5543.1440
Hex84923AA03C2B462b28
Octal2042227212074531065350
Binary1000010010010010111010101001111001010111000110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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