#86923c

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

Shades of Wasabi #86923C

Tints of Wasabi #86923C

Color information

#86923C (or 0x86923C) is unknown color: approx Wasabi. HEX triplet: 86, 92 and 3C. RGB value is (134,146,60). Sum of RGB (Red+Green+Blue) = 134+146+60=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #86923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86923C is #796DC3. Grayscale: #848484. Windows color (decimal): -7957956 or 3969670. OLE color: 3969670.

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

Color convert

RGB13414660-
CMYK0.0800.590.43
HSL68.37º41.75%40.39%-
HSV(B)68.37º58.9%57.25%-
XYZ20.9325.958.18-
YUV132.6187.02128.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=39.41%
G=42.94%
B=17.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146600.0800.590.4368.3741.7540.39
Hex86923C803B2B442a28
Octal2062227410073531045250
Binary1000011010010010111100100001110111010111000100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86923c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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