#86A036

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

Shades of Sushi #86A036

Tints of Sushi #86A036

Color information

#86A036 (or 0x86A036) is unknown color: approx Sushi. HEX triplet: 86, A0 and 36. RGB value is (134,160,54). Sum of RGB (Red+Green+Blue) = 134+160+54=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #86A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A036 is #795FC9. Grayscale: #8C8C8C. Windows color (decimal): -7954378 or 3580038. OLE color: 3580038.

HSL color Cylindrical-coordinate representation of color #86A036: hue angle of 74.72º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86A036 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB13416054-
CMYK0.1600.660.37
HSL74.72º49.53%41.96%-
HSV(B)74.72º66.25%62.75%-
XYZ23.0730.488.16-
YUV140.1479.39123.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 160 (62.89% from 255) = 45.98%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=38.51%
G=45.98%
B=15.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134160540.1600.660.3774.7249.5341.96
Hex86A03610042254b322a
Octal20624066200102451136252
Binary100001101010000011011010000010000101001011001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,160,54); }

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

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

 a { background-color: rgb(134,160,54); }

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

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

 span { border-color: rgb(134,160,54); }

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