#86912c

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

Shades of Wasabi #86912C

Tints of Wasabi #86912C

Color information

#86912C (or 0x86912C) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 2C. RGB value is (134,145,44). Sum of RGB (Red+Green+Blue) = 134+145+44=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #86912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86912C is #796ED3. Grayscale: #828282. Windows color (decimal): -7958228 or 2920838. OLE color: 2920838.

HSL color Cylindrical-coordinate representation of color #86912C: hue angle of 66.53º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86912C is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB13414544-
CMYK0.0800.700.43
HSL66.53º53.44%37.06%-
HSV(B)66.53º69.66%56.86%-
XYZ20.4125.56.23-
YUV130.279.36130.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=41.49%
G=44.89%
B=13.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145440.0800.700.4366.5353.4437.06
Hex86912C80462B433525
Octal20622154100106531036545
Binary10000110100100011011001000010001101010111000011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86912c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86912c; }

 p { color: rgb(134,145,44); }

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

<style>
 a { background-color: #86912c; }

 a { background-color: rgb(134,145,44); }

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

<style>
 span { border-color: #86912c; }

 span { border-color: rgb(134,145,44); }

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