#86A245

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

Shades of Sushi #86A245

Tints of Sushi #86A245

Color information

#86A245 (or 0x86A245) is unknown color: approx Sushi. HEX triplet: 86, A2 and 45. RGB value is (134,162,69). Sum of RGB (Red+Green+Blue) = 134+162+69=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #86A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A245 is #795DBA. Grayscale: #8F8F8F. Windows color (decimal): -7953851 or 4563590. OLE color: 4563590.

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

Color convert

RGB13416269-
CMYK0.1700.570.36
HSL78.06º40.26%45.29%-
HSV(B)78.06º57.41%63.53%-
XYZ23.8331.3410.42-
YUV143.0386.22121.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=36.71%
G=44.38%
B=18.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134162690.1700.570.3678.0640.2645.29
Hex86A24511039244e282d
Octal20624210521071441165055
Binary100001101010001010001011000101110011001001001110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,69); }

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

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

 a { background-color: rgb(134,162,69); }

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

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

 span { border-color: rgb(134,162,69); }

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