#86A344

Color #86A344 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #86A344

Tints of Sushi #86A344

Color information

#86A344 (or 0x86A344) is unknown color: approx Sushi. HEX triplet: 86, A3 and 44. RGB value is (134,163,68). Sum of RGB (Red+Green+Blue) = 134+163+68=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #86A344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A344 is #795CBB. Grayscale: #8F8F8F. Windows color (decimal): -7953596 or 4498310. OLE color: 4498310.

HSL color Cylindrical-coordinate representation of color #86A344: hue angle of 78.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86A344 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB13416368-
CMYK0.1800.580.36
HSL78.32º41.13%45.29%-
HSV(B)78.32º58.28%63.92%-
XYZ23.9731.6810.32-
YUV143.585.39121.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=36.71%
G=44.66%
B=18.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134163680.1800.580.3678.3241.1345.29
Hex86A3441203A244e292d
Octal20624310422072441165155
Binary100001101010001110001001001001110101001001001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A344; }

 p { color: rgb(134,163,68); }

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

<style>
 a { background-color: #86A344; }

 a { background-color: rgb(134,163,68); }

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

<style>
 span { border-color: #86A344; }

 span { border-color: rgb(134,163,68); }

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