#86A044

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

Shades of Wasabi #86A044

Tints of Wasabi #86A044

Color information

#86A044 (or 0x86A044) is unknown color: approx Wasabi. HEX triplet: 86, A0 and 44. RGB value is (134,160,68). Sum of RGB (Red+Green+Blue) = 134+160+68=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #86A044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A044 is #795FBB. Grayscale: #8E8E8E. Windows color (decimal): -7954364 or 4497542. OLE color: 4497542.

HSL color Cylindrical-coordinate representation of color #86A044: hue angle of 76.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86A044 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB13416068-
CMYK0.1600.570.37
HSL76.96º40.35%44.71%-
HSV(B)76.96º57.5%62.75%-
XYZ23.4530.6310.14-
YUV141.7486.39122.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 68 (26.95% from 255) = 18.78%
R=37.02%
G=44.20%
B=18.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134160680.1600.570.3776.9640.3544.71
Hex86A04410039254d282d
Octal20624010420071451155055
Binary100001101010000010001001000001110011001011001101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A044; }

 p { color: rgb(134,160,68); }

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

<style>
 a { background-color: #86A044; }

 a { background-color: rgb(134,160,68); }

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

<style>
 span { border-color: #86A044; }

 span { border-color: rgb(134,160,68); }

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