#86912F

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

Shades of Wasabi #86912F

Tints of Wasabi #86912F

Color information

#86912F (or 0x86912F) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 2F. RGB value is (134,145,47). Sum of RGB (Red+Green+Blue) = 134+145+47=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #86912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86912F is #796ED0. Grayscale: #828282. Windows color (decimal): -7958225 or 3117446. OLE color: 3117446.

HSL color Cylindrical-coordinate representation of color #86912F: hue angle of 66.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86912F is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB13414547-
CMYK0.0800.680.43
HSL66.73º51.04%37.65%-
HSV(B)66.73º67.59%56.86%-
XYZ20.4725.526.54-
YUV130.5480.86130.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 47 (18.75% from 255) = 14.42%
R=41.10%
G=44.48%
B=14.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145470.0800.680.4366.7351.0437.65
Hex86912F80442B433326
Octal20622157100104531036346
Binary10000110100100011011111000010001001010111000011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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