#86AC41

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

Shades of Sushi #86AC41

Tints of Sushi #86AC41

Color information

#86AC41 (or 0x86AC41) is unknown color: approx Sushi. HEX triplet: 86, AC and 41. RGB value is (134,172,65). Sum of RGB (Red+Green+Blue) = 134+172+65=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC41 is #7953BE. Grayscale: #949494. Windows color (decimal): -7951295 or 4304006. OLE color: 4304006.

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

Color convert

RGB13417265-
CMYK0.2200.620.33
HSL81.31º45.15%46.47%-
HSV(B)81.31º62.21%67.45%-
XYZ25.5434.9610.4-
YUV148.4480.91117.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=36.12%
G=46.36%
B=17.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134172650.2200.620.3381.3145.1546.47
Hex86AC411603E21512d2e
Octal20625410126076411215556
Binary100001101010110010000011011001111101000011010001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,65); }

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

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

 a { background-color: rgb(134,172,65); }

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

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

 span { border-color: rgb(134,172,65); }

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