#86954C

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

Shades of Wasabi #86954C

Tints of Wasabi #86954C

Color information

#86954C (or 0x86954C) is unknown color: approx Wasabi. HEX triplet: 86, 95 and 4C. RGB value is (134,149,76). Sum of RGB (Red+Green+Blue) = 134+149+76=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #86954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86954C is #796AB3. Grayscale: #888888. Windows color (decimal): -7957172 or 5019014. OLE color: 5019014.

HSL color Cylindrical-coordinate representation of color #86954C: hue angle of 72.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86954C is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB13414976-
CMYK0.1000.490.42
HSL72.33º32.44%44.12%-
HSV(B)72.33º48.99%58.43%-
XYZ21.8827.0910.91-
YUV136.1994.03126.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=37.33%
G=41.50%
B=21.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149760.1000.490.4272.3332.4444.12
Hex86954CA0312A48202c
Octal20622511412061521104054
Binary10000110100101011001100101001100011010101001000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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