#86932E

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

Shades of Wasabi #86932E

Tints of Wasabi #86932E

Color information

#86932E (or 0x86932E) is unknown color: approx Wasabi. HEX triplet: 86, 93 and 2E. RGB value is (134,147,46). Sum of RGB (Red+Green+Blue) = 134+147+46=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #86932E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86932E is #796CD1. Grayscale: #838383. Windows color (decimal): -7957714 or 3052422. OLE color: 3052422.

HSL color Cylindrical-coordinate representation of color #86932E: hue angle of 67.72º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86932E is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB13414746-
CMYK0.0900.690.42
HSL67.72º52.33%37.84%-
HSV(B)67.72º68.71%57.65%-
XYZ20.7626.136.53-
YUV131.679.69129.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=40.98%
G=44.95%
B=14.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147460.0900.690.4267.7252.3337.84
Hex86932E90452A443426
Octal20622356110105521046446
Binary10000110100100111011101001010001011010101000100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86932E; }

 p { color: rgb(134,147,46); }

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

<style>
 a { background-color: #86932E; }

 a { background-color: rgb(134,147,46); }

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

<style>
 span { border-color: #86932E; }

 span { border-color: rgb(134,147,46); }

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