#86973B

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

Shades of Wasabi #86973B

Tints of Wasabi #86973B

Color information

#86973B (or 0x86973B) is unknown color: approx Wasabi. HEX triplet: 86, 97 and 3B. RGB value is (134,151,59). Sum of RGB (Red+Green+Blue) = 134+151+59=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #86973B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86973B is #7968C4. Grayscale: #878787. Windows color (decimal): -7956677 or 3905414. OLE color: 3905414.

HSL color Cylindrical-coordinate representation of color #86973B: hue angle of 71.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86973B is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB13415159-
CMYK0.1100.610.41
HSL71.09º43.81%41.18%-
HSV(B)71.09º60.93%59.22%-
XYZ21.6927.528.31-
YUV135.4384.87126.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=38.95%
G=43.90%
B=17.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151590.1100.610.4171.0943.8141.18
Hex86973BB03D29472c29
Octal2062277313075511075451
Binary1000011010010111111011101101111011010011000111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86973B; }

 p { color: rgb(134,151,59); }

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

<style>
 a { background-color: #86973B; }

 a { background-color: rgb(134,151,59); }

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

<style>
 span { border-color: #86973B; }

 span { border-color: rgb(134,151,59); }

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