#86982F

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

Shades of Wasabi #86982F

Tints of Wasabi #86982F

Color information

#86982F (or 0x86982F) is unknown color: approx Wasabi. HEX triplet: 86, 98 and 2F. RGB value is (134,152,47). Sum of RGB (Red+Green+Blue) = 134+152+47=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #86982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86982F is #7967D0. Grayscale: #878787. Windows color (decimal): -7956433 or 3119238. OLE color: 3119238.

HSL color Cylindrical-coordinate representation of color #86982F: hue angle of 70.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86982F is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB13415247-
CMYK0.1200.690.40
HSL70.29º52.76%39.02%-
HSV(B)70.29º69.08%59.61%-
XYZ21.5727.736.9-
YUV134.6578.54127.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 47 (18.75% from 255) = 14.11%
R=40.24%
G=45.65%
B=14.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134152470.1200.690.4070.2952.7639.02
Hex86982FC04528463527
Octal20623057140105501066547
Binary10000110100110001011111100010001011010001000110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,152,47); }

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

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

 a { background-color: rgb(134,152,47); }

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

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

 span { border-color: rgb(134,152,47); }

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