#86952E

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

Shades of Wasabi #86952E

Tints of Wasabi #86952E

Color information

#86952E (or 0x86952E) is unknown color: approx Wasabi. HEX triplet: 86, 95 and 2E. RGB value is (134,149,46). Sum of RGB (Red+Green+Blue) = 134+149+46=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #86952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86952E is #796AD1. Grayscale: #858585. Windows color (decimal): -7957202 or 3052934. OLE color: 3052934.

HSL color Cylindrical-coordinate representation of color #86952E: hue angle of 68.74º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86952E is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB13414946-
CMYK0.1000.690.42
HSL68.74º52.82%38.24%-
HSV(B)68.74º69.13%58.43%-
XYZ21.0726.766.64-
YUV132.7779.03128.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=40.73%
G=45.29%
B=13.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149460.1000.690.4268.7452.8238.24
Hex86952EA0452A453526
Octal20622556120105521056546
Binary10000110100101011011101010010001011010101000101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86952E; }

 p { color: rgb(134,149,46); }

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

<style>
 a { background-color: #86952E; }

 a { background-color: rgb(134,149,46); }

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

<style>
 span { border-color: #86952E; }

 span { border-color: rgb(134,149,46); }

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