#86923F

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

Shades of Wasabi #86923F

Tints of Wasabi #86923F

Color information

#86923F (or 0x86923F) is unknown color: approx Wasabi. HEX triplet: 86, 92 and 3F. RGB value is (134,146,63). Sum of RGB (Red+Green+Blue) = 134+146+63=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #86923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86923F is #796DC0. Grayscale: #858585. Windows color (decimal): -7957953 or 4166278. OLE color: 4166278.

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

Color convert

RGB13414663-
CMYK0.0800.570.43
HSL68.67º39.71%40.98%-
HSV(B)68.67º56.85%57.25%-
XYZ21.0125.988.61-
YUV132.9588.52128.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 63 (25% from 255) = 18.37%
R=39.07%
G=42.57%
B=18.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146630.0800.570.4368.6739.7140.98
Hex86923F80392B452829
Octal2062227710071531055051
Binary1000011010010010111111100001110011010111000101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,146,63); }

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

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

 a { background-color: rgb(134,146,63); }

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

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

 span { border-color: rgb(134,146,63); }

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