#86A443

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

Shades of Sushi #86A443

Tints of Sushi #86A443

Color information

#86A443 (or 0x86A443) is unknown color: approx Sushi. HEX triplet: 86, A4 and 43. RGB value is (134,164,67). Sum of RGB (Red+Green+Blue) = 134+164+67=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #86A443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A443 is #795BBC. Grayscale: #909090. Windows color (decimal): -7953341 or 4433030. OLE color: 4433030.

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

Color convert

RGB13416467-
CMYK0.1800.590.36
HSL78.56º41.99%45.29%-
HSV(B)78.56º59.15%64.31%-
XYZ24.1232.0210.22-
YUV143.9784.56120.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 67 (26.56% from 255) = 18.36%
R=36.71%
G=44.93%
B=18.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134164670.1800.590.3678.5641.9945.29
Hex86A4431203B244f2a2d
Octal20624410322073441175255
Binary100001101010010010000111001001110111001001001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,67); }

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

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

 a { background-color: rgb(134,164,67); }

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

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

 span { border-color: rgb(134,164,67); }

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