#86914C

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

Shades of Wasabi #86914C

Tints of Wasabi #86914C

Color information

#86914C (or 0x86914C) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 4C. RGB value is (134,145,76). Sum of RGB (Red+Green+Blue) = 134+145+76=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #86914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86914C is #796EB3. Grayscale: #868686. Windows color (decimal): -7958196 or 5017990. OLE color: 5017990.

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

Color convert

RGB13414576-
CMYK0.0800.480.43
HSL69.57º31.22%43.33%-
HSV(B)69.57º47.59%56.86%-
XYZ21.2625.8410.7-
YUV133.8495.36128.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=37.75%
G=40.85%
B=21.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145760.0800.480.4369.5731.2243.33
Hex86914C80302B461f2b
Octal20622111410060531063753
Binary1000011010010001100110010000110000101011100011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86914C; }

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

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

<style>
 a { background-color: #86914C; }

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

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

<style>
 span { border-color: #86914C; }

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

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