#86AA3F

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

Shades of Sushi #86AA3F

Tints of Sushi #86AA3F

Color information

#86AA3F (or 0x86AA3F) is unknown color: approx Sushi. HEX triplet: 86, AA and 3F. RGB value is (134,170,63). Sum of RGB (Red+Green+Blue) = 134+170+63=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA3F is #7955C0. Grayscale: #939393. Windows color (decimal): -7951809 or 4172422. OLE color: 4172422.

HSL color Cylindrical-coordinate representation of color #86AA3F: hue angle of 80.19º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86AA3F is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB13417063-
CMYK0.2100.630.33
HSL80.19º45.92%45.69%-
HSV(B)80.19º62.94%66.67%-
XYZ25.134.189.98-
YUV147.0480.57118.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 63 (25% from 255) = 17.17%
R=36.51%
G=46.32%
B=17.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170630.2100.630.3380.1945.9245.69
Hex86AA3F1503F21502e2e
Octal2062527725077411205656
Binary10000110101010101111111010101111111000011010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,63); }

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

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

 a { background-color: rgb(134,170,63); }

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

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

 span { border-color: rgb(134,170,63); }

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